Compartir a través de


ODataEntityPropertyMappingCollection Constructor (IEnumerable<EntityPropertyMappingAttribute>)

Crea una nueva instancia de la clase ODataEntityPropertyMappingCollection.

Espacio de nombres:  Microsoft.Data.OData.Metadata
Ensamblado:  Microsoft.Data.OData (en Microsoft.Data.OData.dll)

Sintaxis

'Declaración
Public Sub New ( _
    other As IEnumerable(Of EntityPropertyMappingAttribute) _
)
'Uso
Dim other As IEnumerable(Of EntityPropertyMappingAttribute)

Dim instance As New ODataEntityPropertyMappingCollection(other)
public ODataEntityPropertyMappingCollection(
    IEnumerable<EntityPropertyMappingAttribute> other
)
public:
ODataEntityPropertyMappingCollection(
    IEnumerable<EntityPropertyMappingAttribute^>^ other
)
new : 
        other:IEnumerable<EntityPropertyMappingAttribute> -> ODataEntityPropertyMappingCollection
public function ODataEntityPropertyMappingCollection(
    other : IEnumerable<EntityPropertyMappingAttribute>
)

Parámetros

Vea también

Referencia

ODataEntityPropertyMappingCollection Clase

Sobrecarga de ODataEntityPropertyMappingCollection

Espacio de nombres Microsoft.Data.OData.Metadata