次の方法で共有


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 名前空間