Access the ith ColumnInfo from a Schema

Namespace: ScopeRuntime
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Syntax

C#
public ColumnInfo this[
	int index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	index As Integer _
) As ColumnInfo
	Get
Visual C++
public:
property ColumnInfo^ default[int index] {
	ColumnInfo^ get (int index);
}

Parameters

index
Type: Int32
the index of the ColumnInfo to fetch

Return Value

the ColumnInfo

See Also