GetFieldDescription Method (IFilteredRecordCollection<TRecord>)
- Last UpdatedApr 08, 2026
- 1 minute read
Gets a OASySDNA.RealTime.Data.Common.Schema.IFieldDescription for a field on a table.
IFieldDescription GetFieldDescription(
string fieldName
)
IFieldDescription^ GetFieldDescription(
String^ fieldName
)
Parameters
- fieldName
- The name of the field. Case sensitive.
Return Value
The description of the field. If the field does not exist, then OASySDNA.RealTime.Data.Common.Schema.IFieldDescription.Success will be false.