Click or drag to resize

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
)

Parameters

name
Type: SystemString
The name of the column of interest.

Return Value

Type: Int32
The zero-based index, or -1 if column is not present.
See Also