Click or drag to resize

CARCDBiExistField Method

This method checks to see if the specified field exists in the table.

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

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