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
- other
Type: System.Collections.Generic.IEnumerable<EntityPropertyMappingAttribute>
An enumerable of EntityPropertyMappingAttribute used to initialize the instance. This argument must not be null.
See Also
Reference
ODataEntityPropertyMappingCollection Class