DataHelperGetRowSize Method |
Returns the row data size (size of the contained data).
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static int GetRowSize(
DataRow dr
)
Parameters
- dr
- Type: System.DataDataRow
Data row
Return Value
Type:
Int32See Also