ODataBuilder(IServiceCollection) Constructor
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.
Initializes a new instance of the ODataBuilder class.
public ODataBuilder (Microsoft.Extensions.DependencyInjection.IServiceCollection serviceCollection);
new Microsoft.AspNet.OData.ODataBuilder : Microsoft.Extensions.DependencyInjection.IServiceCollection -> Microsoft.AspNet.OData.ODataBuilder
Public Sub New (serviceCollection As IServiceCollection)
Parameters
- serviceCollection
- IServiceCollection
The service collection.