| Dotnet-Project Framework documentation. |
|
GenericDataHelper.FillDatasetTransactional Method (String, DataSet, String[])
Execute a stored procedure via a Command (that returns a resultset and takes no parameters) against a Transaction.
Parameters
-
spName
- The stored procedure name
-
dataSet
- A dataset wich will contain the resultset generated by the command
-
tableNames
- This array will be used to create table mappings allowing the DataTables to be referenced by a user defined name (probably the actual table name)
Example
FillDataset("GetOrders", ds, new string[] {"orders"});
See Also
GenericDataHelper Class | DotnetProject.Data Namespace | GenericDataHelper.FillDatasetTransactional Overload List