PreparedStatementSetOutgoingPayload Method |
Sets a custom outgoing payload for this statement.
Each time an statement generated using this prepared statement is executed, this payload will be included in the request.
Once it is set using this method, the payload should not be modified.
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public PreparedStatement SetOutgoingPayload(
IDictionary<string, byte[]> payload
)
Parameters
- payload
- Type: System.Collections.GenericIDictionaryString, Byte
Return Value
Type:
PreparedStatementSee Also