RelationalMethodCallTranslatorProvider 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.
Creates a new instance of the RelationalMethodCallTranslatorProvider class.
public RelationalMethodCallTranslatorProvider(Microsoft.EntityFrameworkCore.Query.RelationalMethodCallTranslatorProviderDependencies dependencies);
new Microsoft.EntityFrameworkCore.Query.RelationalMethodCallTranslatorProvider : Microsoft.EntityFrameworkCore.Query.RelationalMethodCallTranslatorProviderDependencies -> Microsoft.EntityFrameworkCore.Query.RelationalMethodCallTranslatorProvider
Public Sub New (dependencies As RelationalMethodCallTranslatorProviderDependencies)
Parameters
- dependencies
- RelationalMethodCallTranslatorProviderDependencies
Parameter object containing dependencies for this class.