ComponentOne DataObjects for .NET
FillOnRequest Property (C1DataSet)

C1.Data.2 Assembly > C1.Data Namespace > C1DataSet Class : FillOnRequest Property
Gets or sets a value indicating whether the data set will be automatically filled with data when a data bound control requests data from it.
Syntax
'Declaration
 
Public Property FillOnRequest As System.Boolean
public System.bool FillOnRequest {get; set;}
Remarks
If this property is set to True (default), the data set is automatically filled with data at startup, once a control bound to it requests data.

If it is set to False, the data set remains empty until the Fill method is called.

See Also

Reference

C1DataSet Class
C1DataSet Members