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>
)
參數
- other
型別:System.Collections.Generic.IEnumerable<EntityPropertyMappingAttribute>
用於初始化執行個體之 EntityPropertyMappingAttribute 的可列舉。此引數不能為 null。
請參閱
參考
ODataEntityPropertyMappingCollection 類別