Share via


ODataQueryContext.Model Property

 

Gets the given IEdmModel that contains the EntitySet.

Namespace:   System.Web.Http.OData
Assembly:  System.Web.Http.OData (in System.Web.Http.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.Data.Edm.IEdmModel

See Also

ODataQueryContext Class
System.Web.Http.OData Namespace

Return to top