RelationalMethodCallTranslatorProviderDependencies.With 메서드

정의

오버로드

With(ISqlExpressionFactory)

이 종속성 매개 변수 개체를 하나의 서비스로 대체하여 복제합니다.

With(IRelationalTypeMappingSource)

이 종속성 매개 변수 개체를 하나의 서비스로 대체하여 복제합니다.

With(IEnumerable<IMethodCallTranslatorPlugin>)

이 종속성 매개 변수 개체를 하나의 서비스로 대체하여 복제합니다.

With(ISqlExpressionFactory)

이 종속성 매개 변수 개체를 하나의 서비스로 대체하여 복제합니다.

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

매개 변수

sqlExpressionFactory
ISqlExpressionFactory

이 형식의 현재 종속성을 대체합니다.

반환

지정된 서비스가 대체된 새 매개 변수 개체입니다.

적용 대상

With(IRelationalTypeMappingSource)

이 종속성 매개 변수 개체를 하나의 서비스로 대체하여 복제합니다.

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

매개 변수

typeMappingSource
IRelationalTypeMappingSource

이 형식의 현재 종속성을 대체합니다.

반환

지정된 서비스가 대체된 새 매개 변수 개체입니다.

적용 대상

With(IEnumerable<IMethodCallTranslatorPlugin>)

이 종속성 매개 변수 개체를 하나의 서비스로 대체하여 복제합니다.

public Microsoft.EntityFrameworkCore.Query.RelationalMethodCallTranslatorProviderDependencies With (System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Query.IMethodCallTranslatorPlugin> plugins);
member this.With : seq<Microsoft.EntityFrameworkCore.Query.IMethodCallTranslatorPlugin> -> Microsoft.EntityFrameworkCore.Query.RelationalMethodCallTranslatorProviderDependencies
Public Function With (plugins As IEnumerable(Of IMethodCallTranslatorPlugin)) As RelationalMethodCallTranslatorProviderDependencies

매개 변수

plugins
IEnumerable<IMethodCallTranslatorPlugin>

이 형식의 현재 종속성을 대체합니다.

반환

지정된 서비스가 대체된 새 매개 변수 개체입니다.

적용 대상