共用方式為


ODataEntityPropertyMappingCollection 建構函式 (IEnumerable<EntityPropertyMappingAttribute>)

建立 ODataEntityPropertyMappingCollection 類別的新執行個體。

命名空間:  Microsoft.Data.OData.Metadata
組件:  Microsoft.Data.OData (在 Microsoft.Data.OData.dll 中)

語法

'宣告
Public Sub New ( _
    other As IEnumerable(Of EntityPropertyMappingAttribute) _
)
'用途
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>
)

參數

請參閱

參考

ODataEntityPropertyMappingCollection 類別

ODataEntityPropertyMappingCollection 多載

Microsoft.Data.OData.Metadata 命名空間