LiteralDefault
A literal SQL expression to use as-is (no translation). Use this for platform-specific expressions when needed.
public sealed record LiteralDefault : PortableDefault, IEquatable<PortableDefault>, IEquatable<LiteralDefault>
Constructors
LiteralDefault
public LiteralDefault(string Expression)
A literal SQL expression to use as-is (no translation). Use this for platform-specific expressions when needed.
| Parameter | Type | Description |
|---|---|---|
Expression |
String |
The raw SQL expression |
Properties
Expression
public string Expression { get; init; }
The raw SQL expression