Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- mapping
Typ: System.Data.Services.Common.EntityPropertyMappingAttribute
Das EntityPropertyMappingAttribute, das dem durch diese Klasse dargestellten aufzählbaren Element hinzugefügt werden soll.