Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether a System.Data.DataSet object contains data.
Syntax
public boolean isDataSetEmpty(CLRObject dataSet)
Run On
Client
Parameters
- dataSet
Type: CLRObject Class
The System.Data.DataSet object.
Return Value
Type: boolean
true if the System.Data.DataSet contains data; otherwise, false.