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>
)
パラメーター
- other
型: System.Collections.Generic.IEnumerable<EntityPropertyMappingAttribute>
インスタンスの初期化に使用される EntityPropertyMappingAttribute の列挙型。この引数は null にしないでください。
関連項目
参照
ODataEntityPropertyMappingCollection クラス