RecordCollection<TRecord> Constructor
- Last UpdatedApr 08, 2026
- 1 minute read
Constructor requiring the associated OASySDNA.RealTime.Data.Common.RecordCollections.ITable<TRecord>.
public RecordCollection<TRecord>(
ITable<TRecord> table
)
public:
RecordCollection<TRecord>(
ITable<TRecord^>^ table
)
Parameters
- table
- The associated table.