ConstantNode(Object) Constructor

Definition

Initializes an instance of ConstantNode

public ConstantNode (object value);
new Microsoft.WindowsAzure.MobileServices.Query.ConstantNode : obj -> Microsoft.WindowsAzure.MobileServices.Query.ConstantNode
Public Sub New (value As Object)

Parameters

value
Object

This node's primitive value.

Applies to