다음을 통해 공유


RelationalShapedQueryCompilingExpressionVisitorDependencies.With 메서드

정의

오버로드

With(ICoreSingletonOptions)

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

With(IQuerySqlGeneratorFactory)

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

With(IRelationalParameterBasedSqlProcessorFactory)

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

With(ISqlExpressionFactory)

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

With(IParameterNameGeneratorFactory)

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

With(ICoreSingletonOptions)

Source:
RelationalShapedQueryCompilingExpressionVisitorDependencies.cs

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

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)

Source:
RelationalShapedQueryCompilingExpressionVisitorDependencies.cs
Source:
RelationalShapedQueryCompilingExpressionVisitorDependencies.cs
Source:
RelationalShapedQueryCompilingExpressionVisitorDependencies.cs

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

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)

Source:
RelationalShapedQueryCompilingExpressionVisitorDependencies.cs

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

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)

Source:
RelationalShapedQueryCompilingExpressionVisitorDependencies.cs
Source:
RelationalShapedQueryCompilingExpressionVisitorDependencies.cs
Source:
RelationalShapedQueryCompilingExpressionVisitorDependencies.cs

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

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)

Source:
RelationalShapedQueryCompilingExpressionVisitorDependencies.cs
Source:
RelationalShapedQueryCompilingExpressionVisitorDependencies.cs
Source:
RelationalShapedQueryCompilingExpressionVisitorDependencies.cs

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

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

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

반환

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

적용 대상