RelationalSqlTranslatingExpressionVisitorDependencies.With Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
With(IMemberTranslatorProvider) |
Naklonuje tento objekt parametru závislosti s jednou nahrazenou službou. |
With(IMethodCallTranslatorProvider) |
Naklonuje tento objekt parametru závislosti s jednou nahrazenou službou. |
With(ISqlExpressionFactory) |
Naklonuje tento objekt parametru závislosti s jednou nahrazenou službou. |
With(IRelationalTypeMappingSource) |
Naklonuje tento objekt parametru závislosti s jednou nahrazenou službou. |
With(IMemberTranslatorProvider)
Naklonuje tento objekt parametru závislosti s jednou nahrazenou službou.
public Microsoft.EntityFrameworkCore.Query.RelationalSqlTranslatingExpressionVisitorDependencies With (Microsoft.EntityFrameworkCore.Query.IMemberTranslatorProvider memberTranslatorProvider);
member this.With : Microsoft.EntityFrameworkCore.Query.IMemberTranslatorProvider -> Microsoft.EntityFrameworkCore.Query.RelationalSqlTranslatingExpressionVisitorDependencies
Public Function With (memberTranslatorProvider As IMemberTranslatorProvider) As RelationalSqlTranslatingExpressionVisitorDependencies
Parametry
- memberTranslatorProvider
- IMemberTranslatorProvider
Nahrazení aktuální závislosti tohoto typu.
Návraty
Nový objekt parametru s danou službou nahrazen.
Platí pro
With(IMethodCallTranslatorProvider)
Naklonuje tento objekt parametru závislosti s jednou nahrazenou službou.
public Microsoft.EntityFrameworkCore.Query.RelationalSqlTranslatingExpressionVisitorDependencies With (Microsoft.EntityFrameworkCore.Query.IMethodCallTranslatorProvider methodCallTranslatorProvider);
member this.With : Microsoft.EntityFrameworkCore.Query.IMethodCallTranslatorProvider -> Microsoft.EntityFrameworkCore.Query.RelationalSqlTranslatingExpressionVisitorDependencies
Public Function With (methodCallTranslatorProvider As IMethodCallTranslatorProvider) As RelationalSqlTranslatingExpressionVisitorDependencies
Parametry
- methodCallTranslatorProvider
- IMethodCallTranslatorProvider
Nahrazení aktuální závislosti tohoto typu.
Návraty
Nový objekt parametru s danou službou nahrazen.
Platí pro
With(ISqlExpressionFactory)
Naklonuje tento objekt parametru závislosti s jednou nahrazenou službou.
public Microsoft.EntityFrameworkCore.Query.RelationalSqlTranslatingExpressionVisitorDependencies With (Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory sqlExpressionFactory);
member this.With : Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory -> Microsoft.EntityFrameworkCore.Query.RelationalSqlTranslatingExpressionVisitorDependencies
Public Function With (sqlExpressionFactory As ISqlExpressionFactory) As RelationalSqlTranslatingExpressionVisitorDependencies
Parametry
- sqlExpressionFactory
- ISqlExpressionFactory
Nahrazení aktuální závislosti tohoto typu.
Návraty
Nový objekt parametru s danou službou nahrazen.
Platí pro
With(IRelationalTypeMappingSource)
Naklonuje tento objekt parametru závislosti s jednou nahrazenou službou.
public Microsoft.EntityFrameworkCore.Query.RelationalSqlTranslatingExpressionVisitorDependencies With (Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource typeMappingSource);
member this.With : Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource -> Microsoft.EntityFrameworkCore.Query.RelationalSqlTranslatingExpressionVisitorDependencies
Public Function With (typeMappingSource As IRelationalTypeMappingSource) As RelationalSqlTranslatingExpressionVisitorDependencies
Parametry
- typeMappingSource
- IRelationalTypeMappingSource
Nahrazení aktuální závislosti tohoto typu.
Návraty
Nový objekt parametru s danou službou nahrazen.
Platí pro
Entity Framework