Share via


ConvertNode(QueryNode, Type) Constructor

Definition

Initializes an instance of ConvertNode

public ConvertNode (Microsoft.WindowsAzure.MobileServices.Query.QueryNode source, Type targetType);
new Microsoft.WindowsAzure.MobileServices.Query.ConvertNode : Microsoft.WindowsAzure.MobileServices.Query.QueryNode * Type -> Microsoft.WindowsAzure.MobileServices.Query.ConvertNode
Public Sub New (source As QueryNode, targetType As Type)

Parameters

source
QueryNode

The node to convert.

targetType
Type

The type to convert the node to

Applies to