API Reference/ redb.Export.Models Class UserRoleRecord Namespace: redb.Export.ModelsAssembly: redb.Export.dllRepresents a row from the _users_roles junction table.public sealed class UserRoleRecord : ExportRecord Inheritance Object→ExportRecord→UserRoleRecordPropertiesIdPrimary key.public long Id { get; init; } IdRoleForeign key to _roles.public long IdRole { get; init; } IdUserForeign key to _users.public long IdUser { get; init; }