Click or drag to resize

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
C#
public static ISelectResultAs Property(
	string property
)

Parameters

property
Type: SystemString
The property path to select

Return Value

Type: ISelectResultAs
The instantiated instance
Remarks
Equivalent to SelectResult.Expression(Expression.Property(property))
See Also