Share via


CSharpMigrationOperationGeneratorDependencies.With(ICSharpHelper) Method

Definition

Clones this dependency parameter object with one service replaced.

public Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationOperationGeneratorDependencies With (Microsoft.EntityFrameworkCore.Design.ICSharpHelper csharpHelper);
member this.With : Microsoft.EntityFrameworkCore.Design.ICSharpHelper -> Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationOperationGeneratorDependencies
Public Function With (csharpHelper As ICSharpHelper) As CSharpMigrationOperationGeneratorDependencies

Parameters

csharpHelper
ICSharpHelper

A replacement for the current dependency of this type.

Returns

A new parameter object with the given service replaced.

Applies to