LiteralValue
A value to be stored in a database.
The possible data types a LiteralValue could take.
Gets or sets the type of this LiteralValue.
Gets or sets an indicator specifying whether or not this LiteralValue is unicode.
Gets or sets the value of this LiteralValue.
public LiteralValue()
Initializes a new, empty, LiteralValue.
Initializes a new LiteralValue backed by the provided value.
Initializes a new LiteralValue backed by the provided value.
Compares the current LiteralValue with another object of the same type and returns
an integer that indicates whether the current instance precedes, follows, or
occurs in the same position in the sort order as the other object.