Share via


ConstantNode Constructor (Object)

Initializes a new instance of the ConstantNode class.

Namespace:  Microsoft.Data.OData.Query.SemanticAst
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Sub New ( _
    constantValue As Object _
)
'Usage
Dim constantValue As Object 

Dim instance As New ConstantNode(constantValue)
public ConstantNode(
    Object constantValue
)
public:
ConstantNode(
    Object^ constantValue
)
new : 
        constantValue:Object -> ConstantNode
public function ConstantNode(
    constantValue : Object
)

Parameters

  • constantValue
    Type: System.Object
    The primitive value of this node.

See Also

Reference

ConstantNode Class

ConstantNode Overload

Microsoft.Data.OData.Query.SemanticAst Namespace