ITableOperationsGetFieldValue Method
Gets the value for the specified field.
Namespace: Gemstone.Data.ModelAssembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.174 -- Release Build+56023ce8dc2ea2819d6270dfbb9f6523f9be1f01
function GetFieldValue(record, fieldName);
- record Object
- Modeled table record.
- fieldName String
- Field name to retrieve.
ObjectField value or
null if field is not found.