Click or drag to resize

PreparedStatementVariables Property

Gets metadata on the bounded variables of this prepared statement.

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax
C#
public RowSetMetadata Variables { get; }

Property Value

Type: RowSetMetadata
See Also