[Missing <summary> documentation for "M:Couchbase.N1QL.QueryRequest.Pretty(System.Boolean)"]
Namespace: Couchbase.N1QLAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic IQueryRequest Pretty(
bool pretty
)
public IQueryRequest Pretty(
bool pretty
)
Public Function Pretty (
pretty As Boolean
) As IQueryRequest
Public Function Pretty (
pretty As Boolean
) As IQueryRequest
public:
virtual IQueryRequest^ Pretty(
bool pretty
) sealed
public:
virtual IQueryRequest^ Pretty(
bool pretty
) sealed
abstract Pretty :
pretty : bool -> IQueryRequest
override Pretty :
pretty : bool -> IQueryRequest
abstract Pretty :
pretty : bool -> IQueryRequest
override Pretty :
pretty : bool -> IQueryRequest
Parameters
- pretty
- Type: System.Boolean
[Missing <param name="pretty"/> documentation for "M:Couchbase.N1QL.QueryRequest.Pretty(System.Boolean)"]
Return Value
Type:
IQueryRequest[Missing <returns> documentation for "M:Couchbase.N1QL.QueryRequest.Pretty(System.Boolean)"]
Implements
IQueryRequest.Pretty(Boolean)
See Also