RelationalParameterBasedSqlProcessorDependencies.With Yöntem

Tanım

Aşırı Yüklemeler

With(ISqlExpressionFactory)

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

With(IParameterNameGeneratorFactory)

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

With(IRelationalTypeMappingSource)

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

With(ISqlExpressionFactory)

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

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 alan.

Döndürülenler

RelationalParameterBasedSqlProcessorDependencies

Verilen hizmetin yerini alan yeni bir parametre nesnesi.

Şunlara uygulanır

With(IParameterNameGeneratorFactory)

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

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 alan.

Döndürülenler

RelationalParameterBasedSqlProcessorDependencies

Verilen hizmetin yerini alan yeni bir parametre nesnesi.

Şunlara uygulanır

With(IRelationalTypeMappingSource)

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

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 alan.

Döndürülenler

RelationalParameterBasedSqlProcessorDependencies

Verilen hizmetin yerini alan yeni bir parametre nesnesi.

Şunlara uygulanır