DataHelperDataSourceIsEmpty Method (DataSet) |
Returns true if the given data source is empty.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static bool DataSourceIsEmpty(
DataSet dataSource
)
Parameters
- dataSource
- Type: System.DataDataSet
Data source to check for emptiness
Return Value
Type:
BooleanSee Also