Freigeben über


ODataEntityPropertyMappingCollection.Add-Methode

Fügt der Liste aller durch diese Klasse dargestellten Zuordnungen die Zuordnung hinzu.

Namespace:  Microsoft.Data.OData.Metadata
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Sub Add ( _
    mapping As EntityPropertyMappingAttribute _
)
'Usage
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
)

Parameter

Siehe auch

Verweis

ODataEntityPropertyMappingCollection Klasse

Microsoft.Data.OData.Metadata-Namespace