ResourceType.AddEntityPropertyMappingAttribute Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Adiciona um EntityPropertyMappingAttribute para o tipo de recurso.
public:
void AddEntityPropertyMappingAttribute(System::Data::Services::Common::EntityPropertyMappingAttribute ^ attribute);
public void AddEntityPropertyMappingAttribute(System.Data.Services.Common.EntityPropertyMappingAttribute attribute);
member this.AddEntityPropertyMappingAttribute : System.Data.Services.Common.EntityPropertyMappingAttribute -> unit
Public Sub AddEntityPropertyMappingAttribute (attribute As EntityPropertyMappingAttribute)
Parâmetros
- attribute
- EntityPropertyMappingAttribute
O EntityPropertyMappingAttribute a acrescentar.