Partager via


CollectionOpenPropertyAccessNode(SingleValueNode, String) Constructeur

Définition

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.

S’applique à