次の方法で共有


RelationalSqlTranslatingExpressionVisitorDependencies.With メソッド

定義

オーバーロード

With(IMemberTranslatorProvider)

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

With(IMethodCallTranslatorProvider)

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

With(ISqlExpressionFactory)

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

With(IRelationalTypeMappingSource)

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

With(IMemberTranslatorProvider)

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

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

パラメーター

memberTranslatorProvider
IMemberTranslatorProvider

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

戻り値

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

適用対象

With(IMethodCallTranslatorProvider)

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

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

パラメーター

methodCallTranslatorProvider
IMethodCallTranslatorProvider

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

戻り値

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

適用対象

With(ISqlExpressionFactory)

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

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

パラメーター

sqlExpressionFactory
ISqlExpressionFactory

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

戻り値

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

適用対象

With(IRelationalTypeMappingSource)

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

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

パラメーター

typeMappingSource
IRelationalTypeMappingSource

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

戻り値

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

適用対象