QuerySqlGeneratorDependencies.With 메서드

정의

오버로드

With(IRelationalCommandBuilderFactory)

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

With(ISqlGenerationHelper)

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

With(IRelationalCommandBuilderFactory)

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

public Microsoft.EntityFrameworkCore.Query.QuerySqlGeneratorDependencies With (Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilderFactory relationalCommandBuilderFactory);
member this.With : Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilderFactory -> Microsoft.EntityFrameworkCore.Query.QuerySqlGeneratorDependencies
Public Function With (relationalCommandBuilderFactory As IRelationalCommandBuilderFactory) As QuerySqlGeneratorDependencies

매개 변수

relationalCommandBuilderFactory
IRelationalCommandBuilderFactory

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

반환

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

적용 대상

With(ISqlGenerationHelper)

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

public Microsoft.EntityFrameworkCore.Query.QuerySqlGeneratorDependencies With (Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper sqlGenerationHelper);
member this.With : Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper -> Microsoft.EntityFrameworkCore.Query.QuerySqlGeneratorDependencies
Public Function With (sqlGenerationHelper As ISqlGenerationHelper) As QuerySqlGeneratorDependencies

매개 변수

sqlGenerationHelper
ISqlGenerationHelper

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

반환

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

적용 대상