次の方法で共有


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 名前空間