RelationalParameterBasedSqlProcessorDependencies.With Yöntem

Tanım

Aşırı Yüklemeler

With(ISqlExpressionFactory)

Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar.

With(IParameterNameGeneratorFactory)

Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar.

With(IRelationalTypeMappingSource)

Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar.

With(ISqlExpressionFactory)

Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar.

public Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorDependencies With (Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory sqlExpressionFactory);
member this.With : Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory -> Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorDependencies
Public Function With (sqlExpressionFactory As ISqlExpressionFactory) As RelationalParameterBasedSqlProcessorDependencies

Parametreler

sqlExpressionFactory
ISqlExpressionFactory

Bu türün geçerli bağımlılığının yerini alır.

Döndürülenler

Verilen hizmetin değiştirıldığı yeni bir parametre nesnesi.

Şunlara uygulanır

With(IParameterNameGeneratorFactory)

Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar.

public Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorDependencies With (Microsoft.EntityFrameworkCore.Storage.IParameterNameGeneratorFactory parameterNameGeneratorFactory);
member this.With : Microsoft.EntityFrameworkCore.Storage.IParameterNameGeneratorFactory -> Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorDependencies
Public Function With (parameterNameGeneratorFactory As IParameterNameGeneratorFactory) As RelationalParameterBasedSqlProcessorDependencies

Parametreler

parameterNameGeneratorFactory
IParameterNameGeneratorFactory

Bu türün geçerli bağımlılığının yerini alır.

Döndürülenler

Verilen hizmetin değiştirıldığı yeni bir parametre nesnesi.

Şunlara uygulanır

With(IRelationalTypeMappingSource)

Bu bağımlılık parametresi nesnesini değiştirilen bir hizmetle kopyalar.

public Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorDependencies With (Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource typeMappingSource);
member this.With : Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource -> Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorDependencies
Public Function With (typeMappingSource As IRelationalTypeMappingSource) As RelationalParameterBasedSqlProcessorDependencies

Parametreler

typeMappingSource
IRelationalTypeMappingSource

Bu türün geçerli bağımlılığının yerini alır.

Döndürülenler

Verilen hizmetin değiştirıldığı yeni bir parametre nesnesi.

Şunlara uygulanır