EntityDescriptor.Entity 屬性
命名空間: System.Data.Services.Client
組件: Microsoft.Data.Services.Client (在 Microsoft.Data.Services.Client.dll 中)
語法
'宣告
Public Property Entity As Object
Get
Friend Set
'用途
Dim instance As EntityDescriptor
Dim value As Object
value = instance.Entity
public Object Entity { get; internal set; }
public:
property Object^ Entity {
Object^ get ();
internal: void set (Object^ value);
}
member Entity : Object with get, internal set
function get Entity () : Object
internal function set Entity (value : Object)
屬性值
型別:System.Object
包含更新資料的物件。