Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the IEdmModel to which this instance belogs.
Namespace: System.Web.Http.OData
Assembly: System.Web.Http.OData (in System.Web.Http.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.Data.Edm.IEdmModel
See Also
EntityInstanceContext Class
System.Web.Http.OData Namespace
Return to top