CollectionPropertyAccessNode(SingleValueNode, IEdmProperty) 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 CollectionPropertyAccessNode.
public CollectionPropertyAccessNode (Microsoft.OData.UriParser.SingleValueNode source, Microsoft.OData.Edm.IEdmProperty property);
new Microsoft.OData.UriParser.CollectionPropertyAccessNode : Microsoft.OData.UriParser.SingleValueNode * Microsoft.OData.Edm.IEdmProperty -> Microsoft.OData.UriParser.CollectionPropertyAccessNode
Public Sub New (source As SingleValueNode, property As IEdmProperty)
Paramètres
- source
- SingleValueNode
Valeur contenant la propriété.
- property
- IEdmProperty
Propriété EDM à laquelle il faut accéder.
Exceptions
Lève une exception si la source ou la propriété d'entrée a la valeur null.
Levée si la propriété d'entrée n'est pas une collection de propriétés structurelles