ComponentOne DataObjects for .NET
FillOnRequest Property (C1ExpressTable)

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressTable 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

C1ExpressTable Class
C1ExpressTable Members