Gets or sets a value indicating whether this table view is skipped when the data set is filled with data.
Namespace:
C1.Data.SchemaObjectsAssembly: C1.Data.2 (in C1.Data.2.dll)
Syntax
C# |
---|
[XmlAttributeAttribute] [DefaultValueAttribute(false)] public virtual bool FillIgnore { get; set; } |
Visual Basic (Declaration) |
---|
<XmlAttributeAttribute> _ <DefaultValueAttribute(False)> _ Public Overridable Property FillIgnore As Boolean Get Set |
Remarks
The default value is False. If this property is set to True, this table view data is not fetched from the database when the data set is filled with data.