DbDataAdapter PropertiesNReco.Data Class Library Documentation

The DbDataAdapter type exposes the following members.

Properties

  NameDescription
Public propertyApplyOffset
Gets or sets flag that determines whether query record offset is applied during reading query results.
Public propertyCommandBuilder
Gets IDbCommandBuilder associated with this data adapter.
Public propertyConnection
Gets IDbConnection associated with this data adapter.
Public propertyTransaction
Gets or sets IDbTransaction initiated for the Connection.
Top
See Also