IQueryRequest.GetFormValues Method Couchbase .NET SDK 2.0

Namespace: Couchbase.N1QL
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
IDictionary<string, string> GetFormValues()

Return Value

Type: IDictionary<String, String>
The IDictionary<TKey, TValue> of the name/value pairs to be POSTed to the service.
See Also