Table of Contents

Class IdentityUserRole<TKey>

Namespace
LinqToDB.Identity
Assembly
LinqToDB.Identity.dll

Represents the link between a user and a role.

public class IdentityUserRole<TKey> : IdentityUserRole<TKey>, IIdentityUserRole<TKey> where TKey : IEquatable<TKey>

Type Parameters

TKey

The type of the primary key used for users and roles.

Inheritance
IdentityUserRole<TKey>
Implements
Inherited Members