Язык

DataServiceContext.GetEntityDescriptor(Object) Метод

Определение

EntityDescriptor Возвращает объект предоставленной сущности.

public:
 System::Data::Services::Client::EntityDescriptor ^ GetEntityDescriptor(System::Object ^ entity);
public System.Data.Services.Client.EntityDescriptor GetEntityDescriptor(object entity);
member this.GetEntityDescriptor : obj -> System.Data.Services.Client.EntityDescriptor
Public Function GetEntityDescriptor (entity As Object) As EntityDescriptor

Параметры

entity
Object

Объект, для которого возвращает дескриптор сущности.

Возвращаемое значение

Экземпляр EntityDescriptor объекта entityили null если объект EntityDescriptor не существует.

Применяется к