ComponentOne DataObjects for .NET
Filled Property

C1.Data.2 Assembly > C1.Data Namespace > C1DataSet Class : Filled Property
Gets a value indicating whether the data set is filled with data.
Syntax
'Declaration
 
Public ReadOnly Property Filled As System.Boolean
public System.bool Filled {get;}
Remarks
This run-time read-only property returns True if the data set has already been filled with data, either by the Fill or, if the FillOnRequest property was set to True, by a request from a data bound control.
See Also

Reference

C1DataSet Class
C1DataSet Members