ODataEntityPropertyMappingCollection Constructor (IEnumerable<EntityPropertyMappingAttribute>)

Creates a new instance of the ODataEntityPropertyMappingCollection class.

Namespace:  Microsoft.Data.OData.Metadata
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Sub New ( _
    other As IEnumerable(Of EntityPropertyMappingAttribute) _
)
'Usage
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>
)

Parameters

See Also

Reference

ODataEntityPropertyMappingCollection Class

ODataEntityPropertyMappingCollection Overload

Microsoft.Data.OData.Metadata Namespace