Compartilhar via


ConvertNode(QueryNode, Type) Construtor

Definição

Inicializa uma instância de 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)

Parâmetros

source
QueryNode

O nó a ser convertido.

targetType
Type

O tipo para o qual converter o nó

Aplica-se a