Share via


EntityInstanceContext.EntityInstance Property

 

Gets or sets the value of this entity instance.

Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public object EntityInstance { get; set; }
public:
property Object^ EntityInstance {
    Object^ get();
    void set(Object^ value);
}
member EntityInstance : Object with get, set
Public Property EntityInstance As Object

Property Value

Type: System.Object

See Also

EntityInstanceContext Class
System.Web.OData Namespace

Return to top