The IsEmpty type exposes the following members.
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| IsEmpty | Initializes a new instance of the IsEmpty class |
Methods
| Name | Description | |
|---|---|---|
| IsArrayEmpty |
Determines if the given array is empty.
| |
| IsDataColumnEmpty |
Determines if a DataColumn is empty.
| |
| IsDataRowEmpty |
Checks to see if the DataRow passed in is empty.
| |
| IsDataSetEmpty |
Safely determines if the given DataSet has any rows.
| |
| IsDataTableEmpty |
Safely determines if the given DataTable has any rows.
| |
| IsListEmpty(List Object ) |
Checks to see if the list is empty.
| |
| IsListEmpty(List String ) |
Checks to see if the list is empty.
| |
| IsObjectEmpty |
Checks to see if the given object is empty.
| |
| IsStringEmpty |
Determines if the given string is empty.
|
See Also