ITableOperationsFieldExists Method
Gets flag that determines if the specified field exists.
Namespace: Gemstone.Data.ModelAssembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.158 -- Release Build+a7370acff9f7a1e0ca1927f709880b2a82e0bdf0
bool FieldExists(
string fieldName
)
Function FieldExists (
fieldName As String
) As Boolean
bool FieldExists(
String^ fieldName
)
function FieldExists(fieldName);
- fieldName String
- Field name to check.
Booleantrue if field is found; otherwise,
false.