ComponentOne DataObjects for .NET
FillIgnore Property

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > TableView Class : FillIgnore Property
Gets or sets a value indicating whether this table view is skipped when the data set is filled with data.
Syntax
'Declaration
 
Public Overridable Property FillIgnore As System.Boolean
public virtual System.bool FillIgnore {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.
See Also

Reference

TableView Class
TableView Members
Fill Method