Compartir a través de


ODataServiceDocument.EntitySets Propiedad

Definición

Obtiene o establece el conjunto de conjuntos de entidades en el documento de servicio.

public System.Collections.Generic.IEnumerable<Microsoft.OData.ODataEntitySetInfo> EntitySets { get; set; }
member this.EntitySets : seq<Microsoft.OData.ODataEntitySetInfo> with get, set
Public Property EntitySets As IEnumerable(Of ODataEntitySetInfo)

Valor de propiedad

Conjunto de conjuntos de entidades en el documento de servicio.

Se aplica a