Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Agrega mapping a la lista de todas las asignaciones representadas por esta clase.
Espacio de nombres: Microsoft.Data.OData.Metadata
Ensamblado: Microsoft.Data.OData (en Microsoft.Data.OData.dll)
Sintaxis
'Declaración
Public Sub Add ( _
mapping As EntityPropertyMappingAttribute _
)
'Uso
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
)
Parámetros
- mapping
Tipo: System.Data.Services.Common.EntityPropertyMappingAttribute
EntityPropertyMappingAttribute para agregar al enumerable representado por esta clase.