Gets the index of the given column within the collection.
Namespace:
Primeworks.DataAssembly: 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.