QueryClient.Prepare Method Couchbase .NET SDK 2.0

[Missing <summary> documentation for "M:Couchbase.N1QL.QueryClient.Prepare(System.Uri,System.String)"]

Namespace: Couchbase.N1QL
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public IQueryResult<IQueryPlan> Prepare(
	Uri server,
	string statement
)

Parameters

server
Type: System.Uri

[Missing <param name="server"/> documentation for "M:Couchbase.N1QL.QueryClient.Prepare(System.Uri,System.String)"]

statement
Type: System.String

[Missing <param name="statement"/> documentation for "M:Couchbase.N1QL.QueryClient.Prepare(System.Uri,System.String)"]

Return Value

Type: IQueryResult<IQueryPlan>

[Missing <returns> documentation for "M:Couchbase.N1QL.QueryClient.Prepare(System.Uri,System.String)"]

Implements

IQueryClient.Prepare(Uri, String)
See Also