Initializes a new instance of the DbDataAdapter.
Namespace: NReco.DataAssembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
public DbDataAdapter(
IDbConnection connection,
IDbCommandBuilder cmdBuilder
)
public DbDataAdapter(
IDbConnection connection,
IDbCommandBuilder cmdBuilder
)
Public Sub New (
connection As IDbConnection,
cmdBuilder As IDbCommandBuilder
)
Public Sub New (
connection As IDbConnection,
cmdBuilder As IDbCommandBuilder
)
public:
DbDataAdapter(
IDbConnection^ connection,
IDbCommandBuilder^ cmdBuilder
)
public:
DbDataAdapter(
IDbConnection^ connection,
IDbCommandBuilder^ cmdBuilder
)
new :
connection : IDbConnection *
cmdBuilder : IDbCommandBuilder -> DbDataAdapter
new :
connection : IDbConnection *
cmdBuilder : IDbCommandBuilder -> DbDataAdapter