IQueryPlan
.
ToN1ql Method
Couchbase .NET SDK 2.0
Gives the N1QL string representation of the query plan.
Namespace:
Couchbase.N1QL
Assembly:
Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
VB
C++
F#
Copy to Clipboard
Print
string
ToN1ql
()
string ToN1ql()
Function
ToN1ql
As
String
Function ToN1ql As String
String
^
ToN1ql
()
String^ ToN1ql()
abstract
ToN1ql
:
unit
->
string
abstract ToN1ql : unit -> string
Return Value
Type:
String
The N1QL string for the query plan.
See Also
Reference
IQueryPlan Interface
Couchbase.N1QL Namespace