 | QueryOptionsGetFormValues Method |
Gets a IDictionaryTKey, TValue of the name/value pairs to be POSTed to the service.
Namespace:
Couchbase.Query
Assembly:
Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntaxpublic IDictionary<string, Object> GetFormValues()
Return Value
Type:
IDictionaryString,
Object
The
IDictionaryTKey, TValue of the name/value pairs to be POSTed to the service.
ExceptionsException | Condition |
---|
ArgumentException | A statement or prepared plan must be provided. |
Remarks
Since values will be POSTed as JSON, here we deal with unencoded typed values
(like ints, Lists, etc...) rather than only strings.
See Also