Click or drag to resize

ClusterQueryAsyncT Method

[Missing <summary> documentation for "M:Couchbase.Cluster.QueryAsync``1(System.String,Couchbase.Query.QueryOptions)"]

Namespace:  Couchbase
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public Task<IQueryResult<T>> QueryAsync<T>(
	string statement,
	QueryOptions options = null
)

Parameters

statement
Type: SystemString

[Missing <param name="statement"/> documentation for "M:Couchbase.Cluster.QueryAsync``1(System.String,Couchbase.Query.QueryOptions)"]

options (Optional)
Type: Couchbase.QueryQueryOptions

[Missing <param name="options"/> documentation for "M:Couchbase.Cluster.QueryAsync``1(System.String,Couchbase.Query.QueryOptions)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Couchbase.Cluster.QueryAsync``1(System.String,Couchbase.Query.QueryOptions)"]

Return Value

Type: TaskIQueryResultT

[Missing <returns> documentation for "M:Couchbase.Cluster.QueryAsync``1(System.String,Couchbase.Query.QueryOptions)"]

Implements

IClusterQueryAsyncT(String, QueryOptions)
See Also