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

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

Parameters

ds
Type: System.Data.DataSet
DataSet
tableName
Type: System.String
Table name
See Also