RealTimeUShortField Constructor(RealTimeBaseTable,String)
- Last UpdatedApr 08, 2026
- 1 minute read
Initializes a RealTimeUShortField that enables direct binding with a RealTimeBaseTable and field.
public RealTimeUShortField(
RealTimeBaseTable boundTable,
string fieldName
)
public:
RealTimeUShortField(
RealTimeBaseTable^ boundTable,
String^ fieldName
)
Parameters
- boundTable
- The table to bind to.
- fieldName
- The field name to bind to.