Get the Ordinal/index of a column name
Namespace: Wiker.WIDatabaseAssembly:
Syntax
C# |
---|
public bool GetColumnIndex( string columnName, out int index ) |
Visual Basic |
---|
Public Function GetColumnIndex ( _ columnName As String, _ <OutAttribute> ByRef index As Integer _ ) As Boolean |
Visual C++ |
---|
public: bool GetColumnIndex( String^ columnName, [OutAttribute] int% index ) |
Parameters
- columnName
- Type: System..::..String
Column name to find
- index
- Type: System..::..Int32%
Ordinal/index