Get the position of the ColumnInfo with this name in this schema

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

Syntax

C#
public int IndexOf(
	string name
)
Visual Basic
Public Function IndexOf ( _
	name As String _
) As Integer
Visual C++
public:
int IndexOf(
	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