EnableRlsOperation
Enable row-level security on a table. Additive.
public sealed record EnableRlsOperation : SchemaOperation, IEquatable<SchemaOperation>, IEquatable<EnableRlsOperation>
Constructors
EnableRlsOperation
public EnableRlsOperation(string Schema, string TableName)
Enable row-level security on a table. Additive.
| Parameter | Type | Description |
|---|---|---|
Schema |
String |
|
TableName |
String |
Properties
Schema
public string Schema { get; init; }
TableName
public string TableName { get; init; }