The SalSqlHandle type exposes the following members.

Properties

  NameDescription
Public propertyCommand
Returns the inner prepared command object.
Public propertyConnection
Returns the inner connection object.
Public propertyDataReader
Returns the underlying IDataReader object. It's null if ResultSet is on, use DataSet instead.
Public propertyDataSet
Returns the underlying DataSet object. It's null if ResultSet is off, use DataReader instead.
Public propertyHandle
Returns the handle for this SalSqlHandle object
Public propertyIsNull
Checks if this SalSqlHandle object contains a null db connection.
Public propertyLastError
Returns the last error occurred.
Public propertyLastErrorCode
Returns the last error code.
Public propertyLastErrorMessage
Returns the last error message.
Public propertyLastErrorPosition
Returns the last error position.
Public propertyLastStatement
Returns the last sql statement executed on this handle.
Public propertyProperties
Returns the properties associated with the connection.
Public propertyTransaction
Returns the current open transaction.

See Also