CollectionOpenPropertyAccessNode(SingleValueNode, String) 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 nouveau CollectionOpenPropertyAccessNode.
public CollectionOpenPropertyAccessNode (Microsoft.OData.UriParser.SingleValueNode source, string openPropertyName);
new Microsoft.OData.UriParser.CollectionOpenPropertyAccessNode : Microsoft.OData.UriParser.SingleValueNode * string -> Microsoft.OData.UriParser.CollectionOpenPropertyAccessNode
Public Sub New (source As SingleValueNode, openPropertyName As String)
Paramètres
- source
- SingleValueNode
Valeur contenant la propriété.
- openPropertyName
- String
Nom de la propriété de collection ouverte à lier en dehors du modèle EDM.
Exceptions
Lève une exception si la source ou le openPropertyName d'entrée a la valeur null.