Compartir a través de


CollectionOpenPropertyAccessNode(SingleValueNode, String) Constructor

Definición

Construye un nuevo 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)

Parámetros

source
SingleValueNode

Valor que contiene la propiedad.

openPropertyName
String

Nombre de la propiedad de colección abierta que se va a enlazar fuera del modelo EDM.

Excepciones

Se produce si el origen o el openPropertyName de entrada es NULL.

Se aplica a