[Missing <summary> documentation for "P:Couchbase.N1QL.QueryRequest.IsPost"]
Namespace: Couchbase.N1QLAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic bool IsPost { get; }
public bool IsPost { get; }
Public ReadOnly Property IsPost As Boolean
Get
Public ReadOnly Property IsPost As Boolean
Get
public:
virtual property bool IsPost {
bool get () sealed;
}
public:
virtual property bool IsPost {
bool get () sealed;
}
abstract IsPost : bool with get
override IsPost : bool with get
abstract IsPost : bool with get
override IsPost : bool with get
Property Value
Type:
BooleanImplements
IQueryRequest.IsPost
See Also