Deprecated: please use IndexOf(name) instead Get the position of the ColumnInfo with this name in this schema Eventually this will be changed to give the actual ColumnInfo instead

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

Syntax

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

Parameters

name
Type: String
Name of the column

Return Value

The position of the column with this name in this schema

See Also