RelationalQueryTranslationPostprocessorDependencies.With Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Clones this dependency parameter object with one service replaced.
public Microsoft.EntityFrameworkCore.Query.RelationalQueryTranslationPostprocessorDependencies With (Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory sqlExpressionFactory);
member this.With : Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory -> Microsoft.EntityFrameworkCore.Query.RelationalQueryTranslationPostprocessorDependencies
Public Function With (sqlExpressionFactory As ISqlExpressionFactory) As RelationalQueryTranslationPostprocessorDependencies
Parameters
- sqlExpressionFactory
- ISqlExpressionFactory
A replacement for the current dependency of this type.
Returns
A new parameter object with the given service replaced.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework