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 클래스