ObjectList.TableFieldIndices Property

Definition

Gets an array of indices within the AllFields collection of the fields in the TableFields property. The default value is null. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 property cli::array <int> ^ TableFieldIndices { cli::array <int> ^ get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public int[] TableFieldIndices { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.TableFieldIndices : int[]
Public ReadOnly Property TableFieldIndices As Integer()

Property Value

Int32[]

An array of integers representing the indices of the AllFields collection.

Attributes

Remarks

If the ObjectList control has not been bound to a data source or no items have been added, the TableFieldIndices property returns null.

Applies to

See also