ODataQueryContext.RequestContainer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the request container.
public IServiceProvider RequestContainer { get; }
member this.RequestContainer : IServiceProvider
Public ReadOnly Property RequestContainer As IServiceProvider
Property Value
Remarks
The services container may not be present. See the constructor in this file for use in stand-alone scenarios.