GetRealTimeKeyFieldInfo Method
- Last UpdatedApr 08, 2026
- 1 minute read
Gets a RealTimeFieldInfo object for the given key field.
public RealTimeFieldInfo GetRealTimeKeyFieldInfo(
int keyNumber
)
public:
RealTimeFieldInfo^ GetRealTimeKeyFieldInfo(
int keyNumber
)
Parameters
- keyNumber
- The key number to find in the current table.
Return Value
The details of the given key field. Or, a null reference (Nothing in Visual Basic) if the field is not found.
| Exception | Description |
|---|---|
| OASySDNA.Common.DNAException | The RealTimeBaseTable instance is not bound. |