Click or drag to resize

PreparedStatementIncomingPayload Property

Gets the the incoming payload, that is, the payload that the server sent back with its prepared response, or null if the server did not include any custom payload.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public IDictionary<string, byte[]> IncomingPayload { get; }

Property Value

Type: IDictionaryString, Byte
See Also