Share via


Literal Class

Represents the literal.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class Literal _
    Inherits PrimaryExpression
'Usage
Dim instance As Literal
[SerializableAttribute]
public class Literal : PrimaryExpression
[SerializableAttribute]
public ref class Literal : public PrimaryExpression
public class Literal extends PrimaryExpression

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
    Microsoft.Data.Schema.ScriptDom.Sql.Expression
      Microsoft.Data.Schema.ScriptDom.Sql.PrimaryExpression
        Microsoft.Data.Schema.ScriptDom.Sql.Literal

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Literal Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace