NewBoundedRecord Property (RealTimeTable)
- Last UpdatedApr 08, 2026
- 1 minute read
This will create the relevant bounded record object
for use by the base class.
public override RealTimeBaseRecord NewBoundedRecord {get;}
public:
property RealTimeBaseRecord^ NewBoundedRecord {
RealTimeBaseRecord^ get() override;
}
Property Value
A new bounded OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord instance.The returned OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord object should be downcast to a RealTimeRecord to access the correct versions of the methods and properties.