EntityInstanceContext.EdmModel Property
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