QueryFactorySelect Method (String) |
Selects the given property path from the query under construction
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0074
Syntaxpublic static ISelect Select(
string propertyPath
)
Parameters
- propertyPath
- Type: SystemString
The property path to select
Return Value
Type:
ISelectThe initial SELECT portion of the query
See Also