DataHelperSetTableName Method |
Sets the table name in the specified DataSet.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static void SetTableName(
DataSet ds,
string tableName
)
Parameters
- ds
- Type: System.DataDataSet
DataSet - tableName
- Type: SystemString
Table name
See Also