GetRecords Method
- Last UpdatedApr 08, 2026
- 1 minute read
Gets the IDynamicRecordCollection associated with the specified collection name.
IDynamicRecordCollection GetRecords(
string name
)
IDynamicRecordCollection^ GetRecords(
String^ name
)
Parameters
- name
- The case-insensitive collection name to retrieve.
Return Value
The IDynamicRecordCollection associated with the specified name.