The SalSqlBindVariables..::..BindVar type exposes the following members.

Properties

  NameDescription
Public propertyCanWrite
Returns true if the bind variable can be written. NOTE: This property is updated only after the value of the expression has been read.
Public propertyDirection
Returns the direction of the parameter.
Public propertyParameterName
Returns the parameter name for drivers that do not support the "?" marker.
Public propertyPosition
Returns the position of the bind variable in the sql statement.
Public propertyText
Returns the bind variable's text that was compiled.

See Also