StringRecordsCollection class StringRecordsCollection : IReadOnlyRecordMap Helper to create and track records for BinaryObjectString and MemberReference when duplicates are found. Documentation Code public int CurrentId { get; set; } public IRecord this[Id id] { get; } public StringRecordsCollection(int currentId) public IRecord GetStringRecord(string value) Returns the appropriate record for the given string.