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 |
|---|---|---|
| string | queryExpression | SQL Expression |
Returns
| Type | Description |
|---|---|
| IQuery |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | Thrown if |
| CouchbaseException | Thrown if an error condition is returned from LiteCore |
| CouchbaseLiteException | Throw if compiling |