IsEmpty MethodsA Sandcastle Documented Class Library
The IsEmpty type exposes the following members.
Methods

  NameDescription
Public methodStatic memberIsArrayEmpty
Determines if the given array is empty.
Public methodStatic memberIsDataColumnEmpty
Determines if a DataColumn is empty.
Public methodStatic memberIsDataRowEmpty
Checks to see if the DataRow passed in is empty.
Public methodStatic memberIsDataSetEmpty
Safely determines if the given DataSet has any rows.
Public methodStatic memberIsDataTableEmpty
Safely determines if the given DataTable has any rows.
Public methodStatic memberIsListEmpty(List Object )
Checks to see if the list is empty.
Public methodStatic memberIsListEmpty(List String )
Checks to see if the list is empty.
Public methodStatic memberIsObjectEmpty
Checks to see if the given object is empty.
Public methodStatic memberIsStringEmpty
Determines if the given string is empty.
Back to Top
See Also