[Missing <summary> documentation for "M:Couchbase.N1QL.QueryClient.Prepare(System.Uri,System.String)"]
Namespace: Couchbase.N1QLAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic IQueryResult<IQueryPlan> Prepare(
Uri server,
string statement
)
public IQueryResult<IQueryPlan> Prepare(
Uri server,
string statement
)
Public Function Prepare (
server As Uri,
statement As String
) As IQueryResult(Of IQueryPlan)
Public Function Prepare (
server As Uri,
statement As String
) As IQueryResult(Of IQueryPlan)
public:
virtual IQueryResult<IQueryPlan^>^ Prepare(
Uri^ server,
String^ statement
) sealed
public:
virtual IQueryResult<IQueryPlan^>^ Prepare(
Uri^ server,
String^ statement
) sealed
abstract Prepare :
server : Uri *
statement : string -> IQueryResult<IQueryPlan>
override Prepare :
server : Uri *
statement : string -> IQueryResult<IQueryPlan>
abstract Prepare :
server : Uri *
statement : string -> IQueryResult<IQueryPlan>
override Prepare :
server : Uri *
statement : string -> IQueryResult<IQueryPlan>
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