다음을 통해 공유


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 네임스페이스