 | 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
Syntaxpublic int iExistField(
string field
)
public int iExistField(
string field
)
Public Function iExistField (
field As String
) As Integer
Public Function iExistField (
field As String
) As Integer
public:
int iExistField(
String^ field
)
public:
int iExistField(
String^ field
)
member iExistField :
field : string -> int
member iExistField :
field : string -> int
Parameters
- field
- Type: SystemString
Name of Field
Return Value
Type:
Int32
0 - Field does not exist
1 - Field Exists
See Also