次の方法で共有


RelationalShapedQueryCompilingExpressionVisitorDependencies.With メソッド

定義

オーバーロード

With(ICoreSingletonOptions)

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

With(IQuerySqlGeneratorFactory)

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

With(IRelationalParameterBasedSqlProcessorFactory)

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

With(ISqlExpressionFactory)

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

With(IParameterNameGeneratorFactory)

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

With(ICoreSingletonOptions)

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

public Microsoft.EntityFrameworkCore.Query.RelationalShapedQueryCompilingExpressionVisitorDependencies With (Microsoft.EntityFrameworkCore.Infrastructure.ICoreSingletonOptions coreSingletonOptions);
member this.With : Microsoft.EntityFrameworkCore.Infrastructure.ICoreSingletonOptions -> Microsoft.EntityFrameworkCore.Query.RelationalShapedQueryCompilingExpressionVisitorDependencies
Public Function With (coreSingletonOptions As ICoreSingletonOptions) As RelationalShapedQueryCompilingExpressionVisitorDependencies

パラメーター

coreSingletonOptions
ICoreSingletonOptions

この型の現在の依存関係の置き換え。

戻り値

指定されたサービスが置き換えられた新しいパラメーター オブジェクト。

適用対象

With(IQuerySqlGeneratorFactory)

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

public Microsoft.EntityFrameworkCore.Query.RelationalShapedQueryCompilingExpressionVisitorDependencies With (Microsoft.EntityFrameworkCore.Query.IQuerySqlGeneratorFactory querySqlGeneratorFactory);
member this.With : Microsoft.EntityFrameworkCore.Query.IQuerySqlGeneratorFactory -> Microsoft.EntityFrameworkCore.Query.RelationalShapedQueryCompilingExpressionVisitorDependencies
Public Function With (querySqlGeneratorFactory As IQuerySqlGeneratorFactory) As RelationalShapedQueryCompilingExpressionVisitorDependencies

パラメーター

querySqlGeneratorFactory
IQuerySqlGeneratorFactory

この型の現在の依存関係の置き換え。

戻り値

指定されたサービスが置き換えられた新しいパラメーター オブジェクト。

適用対象

With(IRelationalParameterBasedSqlProcessorFactory)

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

public Microsoft.EntityFrameworkCore.Query.RelationalShapedQueryCompilingExpressionVisitorDependencies With (Microsoft.EntityFrameworkCore.Query.IRelationalParameterBasedSqlProcessorFactory relationalParameterBasedSqlProcessorFactory);
member this.With : Microsoft.EntityFrameworkCore.Query.IRelationalParameterBasedSqlProcessorFactory -> Microsoft.EntityFrameworkCore.Query.RelationalShapedQueryCompilingExpressionVisitorDependencies
Public Function With (relationalParameterBasedSqlProcessorFactory As IRelationalParameterBasedSqlProcessorFactory) As RelationalShapedQueryCompilingExpressionVisitorDependencies

パラメーター

relationalParameterBasedSqlProcessorFactory
IRelationalParameterBasedSqlProcessorFactory

この型の現在の依存関係の置き換え。

戻り値

指定されたサービスが置き換えられた新しいパラメーター オブジェクト。

適用対象

With(ISqlExpressionFactory)

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

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

パラメーター

sqlExpressionFactory
ISqlExpressionFactory

この型の現在の依存関係の置き換え。

戻り値

指定されたサービスが置き換えられた新しいパラメーター オブジェクト。

適用対象

With(IParameterNameGeneratorFactory)

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

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

パラメーター

parameterNameGeneratorFactory
IParameterNameGeneratorFactory

この型の現在の依存関係の置き換え。

戻り値

指定されたサービスが置き換えられた新しいパラメーター オブジェクト。

適用対象