ODataQueryContext.Model Property
Gets the given IEdmModel that contains the EntitySet.
Namespace: System.Web.OData
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public IEdmModel Model {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property IEdmModel^ Model {
[CompilerGeneratedAttribute]
IEdmModel^ get();
[CompilerGeneratedAttribute]
private: void set(IEdmModel^ value);
}
member Model : IEdmModel with get, private set
Public Property Model As IEdmModel
Get
Private Set
End Property
Property Value
Type: Microsoft.OData.Edm.IEdmModel
See Also
ODataQueryContext Class
System.Web.OData Namespace
Return to top