SelectResultProperty Method |
Creates an instanced based on a given property path
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax public static ISelectResultAs Property(
string property
)
Parameters
- property
- Type: SystemString
The property path to select
Return Value
Type:
ISelectResultAsThe instantiated instance
Remarks Equivalent to SelectResult.Expression(Expression.Property(property))
See Also