Click or drag to resize
CTBiFindColByName Method
Finds a column's index by its name.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public int iFindColByName(
	string name
)

Parameters

name
Type: SystemString
Name of column to find

Return Value

Type: Int32
Index of column. -1 if not found.
See Also