다음을 통해 공유


ODataEntityPropertyMappingCollection.Add 메서드

이 클래스에서 나타내는 모든 매핑 목록에 매핑을 추가합니다.

네임스페이스:  Microsoft.Data.OData.Metadata
어셈블리:  Microsoft.Data.OData(Microsoft.Data.OData.dll)

구문

‘선언
Public Sub Add ( _
    mapping As EntityPropertyMappingAttribute _
)
‘사용 방법
Dim instance As ODataEntityPropertyMappingCollection
Dim mapping As EntityPropertyMappingAttribute

instance.Add(mapping)
public void Add(
    EntityPropertyMappingAttribute mapping
)
public:
void Add(
    EntityPropertyMappingAttribute^ mapping
)
member Add : 
        mapping:EntityPropertyMappingAttribute -> unit 
public function Add(
    mapping : EntityPropertyMappingAttribute
)

매개 변수

참고 항목

참조

ODataEntityPropertyMappingCollection 클래스

Microsoft.Data.OData.Metadata 네임스페이스