The LiteralExpression type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | LiteralExpression |
Initializes a new instance of the LiteralExpression class.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Overrides Object..::.Equals(Object).) |
![]() | GetHashCode |
Serves as a hash function for a particular type. GetHashCode()()()
is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides Object..::.GetHashCode()()().) |
![]() | ToString | (Overrides Object..::.ToString()()().) |
Properties
Name | Description | |
---|---|---|
![]() | EmitInline |
Suppresses parameterisation of the literal when generating SQL.
This should never be applied to non-constant literals because
it creates a SQL injection vulnerability.
|
![]() | Value |
Gets the value of the LiteralExpression.
|