DataServiceContext.GetEntityDescriptor(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得所提供之實體物件的 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
要為其傳回實體描述元的物件。
傳回
entity
的 EntityDescriptor 執行個體,如果該物件的 EntityDescriptor 不存在,則為 null
。