다음을 통해 공유


RelationalEntityQueryableExpressionVisitorDependencies.With 메서드

정의

오버로드

With(IModel)

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

With(ISelectExpressionFactory)

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

With(IMaterializerFactory)

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

With(IShaperCommandContextFactory)

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

With(IModel)

Source:
RelationalEntityQueryableExpressionVisitorDependencies.cs
Source:
RelationalEntityQueryableExpressionVisitorDependencies.cs

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

public Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.RelationalEntityQueryableExpressionVisitorDependencies With (Microsoft.EntityFrameworkCore.Metadata.IModel model);
member this.With : Microsoft.EntityFrameworkCore.Metadata.IModel -> Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.RelationalEntityQueryableExpressionVisitorDependencies
Public Function With (model As IModel) As RelationalEntityQueryableExpressionVisitorDependencies

매개 변수

model
IModel

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

반환

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

적용 대상

With(ISelectExpressionFactory)

Source:
RelationalEntityQueryableExpressionVisitorDependencies.cs
Source:
RelationalEntityQueryableExpressionVisitorDependencies.cs

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

public Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.RelationalEntityQueryableExpressionVisitorDependencies With (Microsoft.EntityFrameworkCore.Query.Expressions.ISelectExpressionFactory selectExpressionFactory);
member this.With : Microsoft.EntityFrameworkCore.Query.Expressions.ISelectExpressionFactory -> Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.RelationalEntityQueryableExpressionVisitorDependencies
Public Function With (selectExpressionFactory As ISelectExpressionFactory) As RelationalEntityQueryableExpressionVisitorDependencies

매개 변수

selectExpressionFactory
ISelectExpressionFactory

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

반환

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

적용 대상

With(IMaterializerFactory)

Source:
RelationalEntityQueryableExpressionVisitorDependencies.cs
Source:
RelationalEntityQueryableExpressionVisitorDependencies.cs

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

public Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.RelationalEntityQueryableExpressionVisitorDependencies With (Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.Internal.IMaterializerFactory materializerFactory);
member this.With : Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.Internal.IMaterializerFactory -> Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.RelationalEntityQueryableExpressionVisitorDependencies
Public Function With (materializerFactory As IMaterializerFactory) As RelationalEntityQueryableExpressionVisitorDependencies

매개 변수

materializerFactory
Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.Internal.IMaterializerFactory

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

반환

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

적용 대상

With(IShaperCommandContextFactory)

Source:
RelationalEntityQueryableExpressionVisitorDependencies.cs
Source:
RelationalEntityQueryableExpressionVisitorDependencies.cs

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

public Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.RelationalEntityQueryableExpressionVisitorDependencies With (Microsoft.EntityFrameworkCore.Query.Internal.IShaperCommandContextFactory shaperCommandContextFactory);
member this.With : Microsoft.EntityFrameworkCore.Query.Internal.IShaperCommandContextFactory -> Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.RelationalEntityQueryableExpressionVisitorDependencies
Public Function With (shaperCommandContextFactory As IShaperCommandContextFactory) As RelationalEntityQueryableExpressionVisitorDependencies

매개 변수

shaperCommandContextFactory
Microsoft.EntityFrameworkCore.Query.Internal.IShaperCommandContextFactory

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

반환

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

적용 대상