QueryRequest Create Method (String, Boolean)Couchbase .NET SDK 2.0

[Missing <summary> documentation for "M:Couchbase.N1QL.QueryRequest.Create(System.String,System.Boolean)"]

Namespace: Couchbase.N1QL
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.2.0 (2.0.2.0)
Syntax
public static IQueryRequest Create(
	string statement,
	bool isPrepared
)

Parameters

statement
Type: System String

[Missing <param name="statement"/> documentation for "M:Couchbase.N1QL.QueryRequest.Create(System.String,System.Boolean)"]

isPrepared
Type: System Boolean

[Missing <param name="isPrepared"/> documentation for "M:Couchbase.N1QL.QueryRequest.Create(System.String,System.Boolean)"]

Return Value

Type: IQueryRequest

[Missing <returns> documentation for "M:Couchbase.N1QL.QueryRequest.Create(System.String,System.Boolean)"]

See Also