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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public int iFindColByName(
	string str1
)

Parameters

str1
Type: SystemString
Name of column to find

Return Value

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