| C1.Data.2 Assembly > C1.Data Namespace > C1DataSet Class : FillOnRequest Property |
'Declaration Public Property FillOnRequest As System.Boolean
public System.bool FillOnRequest {get; set;}
If it is set to False, the data set remains empty until the Fill method is called.