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