Class SqlValue
public sealed class SqlValue
- Inheritance
-
SqlValue
- Inherited Members
-
Properties
BlobBase64
public string? BlobBase64 { get; init; }
Property Value
- string
BooleanValue
public bool? BooleanValue { get; init; }
Property Value
- bool?
IntegerValue
public long? IntegerValue { get; init; }
Property Value
- long?
Kind
public required SqlValueKind Kind { get; init; }
Property Value
- SqlValueKind
RealValue
public double? RealValue { get; init; }
Property Value
- double?
TextValue
public string? TextValue { get; init; }
Property Value
- string