ComponentOne DataObjects for .NET
FetchIndex Property (TableView)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > TableView Class : FetchIndex Property
Gets or sets fetch order of the table view.
Syntax
'Declaration
 
Public Property FetchIndex As System.Integer
public System.int FetchIndex {get; set;}
Remarks
This property allows you to change the order in which table views in the dataset are fetched. Controlling fetch order can be necessary, for example, if you have both bound and unbound or SQL-based tables in one dataset.

You can set TableView.FetchIndex at design time in the Schema Designer or programmatically at run time, in the CreateSchema event.

Possible values: from 0 up to the number of table views in the dataset.

See Also

Reference

TableView Class
TableView Members