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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void IFindColByIndex(
	int i1,
	ref string str2
)

Parameters

i1
Type: SystemInt32
Index of column to find
str2
Type: SystemString
Buffer for column name
See Also