Class UserRoleRecord

Assembly: redb.Export.dll

Represents a row from the _users_roles junction table.

public sealed class UserRoleRecord : ExportRecord

Inheritance

ObjectExportRecordUserRoleRecord

Properties

Id

Primary key.

public long Id { get; init; }

IdRole

Foreign key to _roles.

public long IdRole { get; init; }

IdUser

Foreign key to _users.

public long IdUser { get; init; }