Click or drag to resize
DataHelperGetTableSize Method
Returns the table data size (size of the contained data).

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static int GetTableSize(
	DataTable dt
)

Parameters

dt
Type: System.DataDataTable
Data table

Return Value

Type: Int32
See Also