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