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.
Namespace:
C1.Web.DataAssembly: C1.Web.Data.2 (in C1.Web.Data.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(true)] public bool FillOnRequest { get; set; } |
Visual Basic (Declaration) |
---|
<DefaultValueAttribute(True)> _ Public Property FillOnRequest As Boolean Get Set |
Remarks
The default value for this property is True.