DisableForceRlsOperation
Drop FORCE ROW LEVEL SECURITY -- weakens enforcement (table owner
regains bypass). DESTRUCTIVE. Implements GitHub issue #37.
public sealed record DisableForceRlsOperation : SchemaOperation, IEquatable<SchemaOperation>, IEquatable<DisableForceRlsOperation>
Constructors
DisableForceRlsOperation
public DisableForceRlsOperation(string Schema, string TableName)
Drop FORCE ROW LEVEL SECURITY -- weakens enforcement (table owner
regains bypass). DESTRUCTIVE. Implements GitHub issue #37.
| Parameter | Type | Description |
|---|---|---|
Schema |
String |
|
TableName |
String |
Properties
Schema
public string Schema { get; init; }
TableName
public string TableName { get; init; }