DataSource.ExecuteNoReturn Method

System.Data.Generic

DataSourceExecuteNoReturn Method
Overload List
  Name Description
Public method ExecuteNoReturn(String)
Executes the Query against the datasource without returning any value.
Public method ExecuteNoReturn(String, TransactionContext)
Executes the Query against the datasource without returning any value. Supports transactions.
Top
See Also