Click or drag to resize

CTBiFindColByName Method

Finds a column's index by its name.

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

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