SqlTranslatingExpressionVisitorDependencies.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(ICompositeMethodCallTranslator) |
Klonuje tento objekt parametru závislosti s jednou nahrazenou službou. |
With(IExpressionFragmentTranslator) |
Klonuje tento objekt parametru závislosti s jednou nahrazenou službou. |
With(IMemberTranslator) |
Klonuje tento objekt parametru závislosti s jednou nahrazenou službou. |
With(IRelationalTypeMapper) |
Zastaralé.
Klonuje tento objekt parametru závislosti s jednou nahrazenou službou. |
With(IRelationalTypeMappingSource) |
Klonuje tento objekt parametru závislosti s jednou nahrazenou službou. |
With(ICompositeMethodCallTranslator)
Klonuje tento objekt parametru závislosti s jednou nahrazenou službou.
public Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.SqlTranslatingExpressionVisitorDependencies With (Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.ICompositeMethodCallTranslator methodCallTranslator);
member this.With : Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.ICompositeMethodCallTranslator -> Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.SqlTranslatingExpressionVisitorDependencies
Public Function With (methodCallTranslator As ICompositeMethodCallTranslator) As SqlTranslatingExpressionVisitorDependencies
Parametry
- methodCallTranslator
- ICompositeMethodCallTranslator
Náhrada aktuální závislosti tohoto typu.
Návraty
Nový objekt parametru s danou službou nahrazen.
Platí pro
With(IExpressionFragmentTranslator)
Klonuje tento objekt parametru závislosti s jednou nahrazenou službou.
public Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.SqlTranslatingExpressionVisitorDependencies With (Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IExpressionFragmentTranslator compositeExpressionFragmentTranslator);
member this.With : Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IExpressionFragmentTranslator -> Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.SqlTranslatingExpressionVisitorDependencies
Public Function With (compositeExpressionFragmentTranslator As IExpressionFragmentTranslator) As SqlTranslatingExpressionVisitorDependencies
Parametry
- compositeExpressionFragmentTranslator
- IExpressionFragmentTranslator
Náhrada aktuální závislosti tohoto typu.
Návraty
Nový objekt parametru s danou službou nahrazen.
Platí pro
With(IMemberTranslator)
Klonuje tento objekt parametru závislosti s jednou nahrazenou službou.
public Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.SqlTranslatingExpressionVisitorDependencies With (Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMemberTranslator memberTranslator);
member this.With : Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMemberTranslator -> Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.SqlTranslatingExpressionVisitorDependencies
Public Function With (memberTranslator As IMemberTranslator) As SqlTranslatingExpressionVisitorDependencies
Parametry
- memberTranslator
- IMemberTranslator
Náhrada aktuální závislosti tohoto typu.
Návraty
Nový objekt parametru s danou službou nahrazen.
Platí pro
With(IRelationalTypeMapper)
Upozornění
Use IRelationalTypeMappingSource.
Klonuje tento objekt parametru závislosti s jednou nahrazenou službou.
public Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.SqlTranslatingExpressionVisitorDependencies With (Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMapper relationalTypeMapper);
[System.Obsolete("Use IRelationalTypeMappingSource.")]
public Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.SqlTranslatingExpressionVisitorDependencies With (Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMapper relationalTypeMapper);
member this.With : Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMapper -> Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.SqlTranslatingExpressionVisitorDependencies
[<System.Obsolete("Use IRelationalTypeMappingSource.")>]
member this.With : Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMapper -> Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.SqlTranslatingExpressionVisitorDependencies
Public Function With (relationalTypeMapper As IRelationalTypeMapper) As SqlTranslatingExpressionVisitorDependencies
Parametry
- relationalTypeMapper
- IRelationalTypeMapper
Náhrada aktuální závislosti tohoto typu.
Návraty
Nový objekt parametru s danou službou nahrazen.
- Atributy
Platí pro
With(IRelationalTypeMappingSource)
Klonuje tento objekt parametru závislosti s jednou nahrazenou službou.
public Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.SqlTranslatingExpressionVisitorDependencies With (Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource typeMappingSource);
member this.With : Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource -> Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.SqlTranslatingExpressionVisitorDependencies
Public Function With (typeMappingSource As IRelationalTypeMappingSource) As SqlTranslatingExpressionVisitorDependencies
Parametry
- typeMappingSource
- IRelationalTypeMappingSource
Náhrada aktuální závislosti tohoto typu.
Návraty
Nový objekt parametru s danou službou nahrazen.
Platí pro
Entity Framework