DataHelperGetTableSize Method |
Returns the table data size (size of the contained data).
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static int GetTableSize(
DataTable dt
)
Parameters
- dt
- Type: System.DataDataTable
Data table
Return Value
Type:
Int32See Also