SQLInserterIndexOfColumn Method |
Get the index of the column in the internal column collection.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public int IndexOfColumn(
string name
)
Public Function IndexOfColumn (
name As String
) As Integer
Parameters
- name
- Type: SystemString
The name of the column of interest.
Return Value
Type:
Int32The zero-based index, or -1 if column is not present.
See Also