Partager via


ConvertNode(QueryNode, Type) Constructeur

Définition

Initialise une instance 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)

Paramètres

source
QueryNode

Nœud à convertir.

targetType
Type

Type vers lequel le nœud doit être converti

S’applique à