public static void UpdateTable(
DataSet ,
DbConnection ,
DbTransaction ,
DbDataAdapter ,
DbCommand insertCommand,
DbCommand updateCommand,
DbCommand deleteCommand,
string ,
bool ,
bool ,
bool ,
bool
)
'Declaration
Public Overloads Shared Sub UpdateTable( _
ByVal As DataSet, _
ByVal As DbConnection, _
ByVal As DbTransaction, _
ByVal As DbDataAdapter, _
ByVal insertCommand As DbCommand, _
ByVal updateCommand As DbCommand, _
ByVal deleteCommand As DbCommand, _
ByVal As String, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean _
)
'Usage
Dim updatingDataset As DataSet
Dim connection As DbConnection
Dim transaction As DbTransaction
Dim dataAdapter As DbDataAdapter
Dim insertCommand As DbCommand
Dim updateCommand As DbCommand
Dim deleteCommand As DbCommand
Dim tableName As String
Dim ignoreConcurrencyExceptions As Boolean
Dim supportInsert As Boolean
Dim supportUpdate As Boolean
Dim supportDelete As Boolean
SqlProviderUtilities.UpdateTable(updatingDataset, connection, transaction, dataAdapter, insertCommand, updateCommand, deleteCommand, tableName, ignoreConcurrencyExceptions, supportInsert, supportUpdate, supportDelete)
public:
static void UpdateTable(
DataSet^ ,
DbConnection^ ,
DbTransaction^ ,
DbDataAdapter^ ,
DbCommand^ insertCommand,
DbCommand^ updateCommand,
DbCommand^ deleteCommand,
String^ ,
bool ,
bool ,
bool ,
bool
)