Gets or sets the IEdmModel to which this instance belogs.
Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
public IEdmModel EdmModel { get; set; }
public:
property IEdmModel^ EdmModel {
    IEdmModel^ get();
    void set(IEdmModel^ value);
}
member EdmModel : IEdmModel with get, set
Public Property EdmModel As IEdmModel
Property Value
Type: Microsoft.OData.Edm.IEdmModel
See Also
EntityInstanceContext Class
System.Web.OData Namespace
Return to top