Click or drag to resize

PreparedStatementVariables Property

Gets metadata on the bounded variables of this prepared statement.

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

Property Value

Type: RowSetMetadata
See Also