RealTimeField Constructor(RealTimeBaseTable,String)
- Last UpdatedApr 08, 2026
- 1 minute read
Constructor that enables direct binding with a table 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