Gets the index of the given column within the collection.

Namespace:  Primeworks.Data
Assembly:  Primeworks.DesktopSqlCe (in Primeworks.DesktopSqlCe.dll) Version: 1.9.2590.54

Syntax

C#
public int IndexOf(
	DbColumn column
)
Visual Basic (Declaration)
Public Function IndexOf ( _
	column As DbColumn _
) As Integer
Visual C++
public:
int IndexOf(
	DbColumn^ column
)

Parameters

column
Type: Primeworks.Data..::.DbColumn
DbColumn object to look for.

Return Value

Zero-based index of the column or -1 if not found.

See Also