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