Class Tenancy
specifies which shards of a tenant-filtered table are accessible
[MessagePackObject(false)]
[Union(0, typeof(UniversalTenancy))]
[Union(1, typeof(LimitedTenancy))]
public abstract record Tenancy : IEquatable<Tenancy>
- Inheritance
-
Tenancy
- Implements
- Derived
- Inherited Members
Fields
ColumnName
public const string ColumnName = "TenantID"