Click or drag to resize
CARCDBiExistField Method
This method checks to see if the specified field exists in the table.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public int iExistField(
	string field
)

Parameters

field
Type: SystemString
Name of Field

Return Value

Type: Int32
0 - Field does not exist 1 - Field Exists
See Also