GetField Method (RealTimeTable)
- Last UpdatedApr 08, 2026
- 1 minute read
Creates an appropriate RealTimeField based on the given type and column name
public IRealTimeField GetField(
Type fieldType,
string columnName
)
public:
IRealTimeField^ GetField(
Type^ fieldType,
String^ columnName
)
Parameters
- fieldType
- Type of the field (should be primitive)
- columnName
- Name of the column in realtime
Return Value
a RealTimeField instance