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