ConvertNode(SingleValueNode, IEdmTypeReference) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Construit un ConvertNode.
public ConvertNode (Microsoft.OData.UriParser.SingleValueNode source, Microsoft.OData.Edm.IEdmTypeReference typeReference);
new Microsoft.OData.UriParser.ConvertNode : Microsoft.OData.UriParser.SingleValueNode * Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.UriParser.ConvertNode
Public Sub New (source As SingleValueNode, typeReference As IEdmTypeReference)
Paramètres
- source
- SingleValueNode
Nœud à convertir.
- typeReference
- IEdmTypeReference
Type vers lequel le nœud doit être converti
Exceptions
Levée si la source d'entrée ou typeReference a la valeur Null.