Click or drag to resize

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
Syntax
C#
public IDictionary<string, Object> GetFormValues()

Return Value

Type: IDictionaryString, Object
The IDictionaryTKey, TValue of the name/value pairs to be POSTed to the service.
Exceptions
ExceptionCondition
ArgumentExceptionA 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