Represents a literal value.

C# | Visual Basic |
public sealed class LiteralExpression : QueryExpression<LiteralExpression>
Public NotInheritable Class LiteralExpression _ Inherits QueryExpression(Of LiteralExpression)

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | LiteralExpression(Object) |
Initializes a new instance of the LiteralExpression class.
|
![]() | Equals(Object) | (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()()().) |
![]() | Value |
Gets the value of the LiteralExpression.
|

Object | |||
![]() | QueryExpression | ||
![]() | QueryExpression<(Of <(LiteralExpression>)>) | ||
![]() | LiteralExpression |