Click or drag to resize
DataHelperSetTableName Method
Sets the table name in the specified DataSet.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static void SetTableName(
	DataSet ds,
	string tableName
)

Parameters

ds
Type: System.DataDataSet
DataSet
tableName
Type: SystemString
Table name
See Also