Interface IQueryFactory
Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public interface IQueryFactory
Methods
| Improve this Doc View SourceCreateQuery(String)
Creates a Query object from the given SQL string.
Declaration
IQuery CreateQuery(string queryExpression)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | queryExpression | SQL Expression |
Returns
| Type | Description |
|---|---|
| IQuery |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException | Thrown if |
| CouchbaseException | Thrown if an error condition is returned from LiteCore |
| CouchbaseLiteException | Throw if compiling |