Поделиться через


MigrationsCodeGeneratorDependencies.With Метод

Определение

Перегрузки

With(IAnnotationCodeGenerator)

Клонирует этот объект параметра зависимостей с заменой одной службы.

With(IRelationalTypeMappingSource)

Клонирует этот объект параметра зависимостей с заменой одной службы.

With(IAnnotationCodeGenerator)

Исходный код:
MigrationsCodeGeneratorDependencies.cs

Клонирует этот объект параметра зависимостей с заменой одной службы.

public Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsCodeGeneratorDependencies With (Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator annotationCodeGenerator);
member this.With : Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator -> Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsCodeGeneratorDependencies
Public Function With (annotationCodeGenerator As IAnnotationCodeGenerator) As MigrationsCodeGeneratorDependencies

Параметры

annotationCodeGenerator
IAnnotationCodeGenerator

Замена текущей зависимости этого типа.

Возвращаемое значение

Новый объект параметра с заменой данной службы.

Применяется к

With(IRelationalTypeMappingSource)

Исходный код:
MigrationsCodeGeneratorDependencies.cs
Исходный код:
MigrationsCodeGeneratorDependencies.cs
Исходный код:
MigrationsCodeGeneratorDependencies.cs

Клонирует этот объект параметра зависимостей с заменой одной службы.

public Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsCodeGeneratorDependencies With (Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource relationalTypeMappingSource);
member this.With : Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource -> Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsCodeGeneratorDependencies
Public Function With (relationalTypeMappingSource As IRelationalTypeMappingSource) As MigrationsCodeGeneratorDependencies

Параметры

relationalTypeMappingSource
IRelationalTypeMappingSource

Замена текущей зависимости этого типа.

Возвращаемое значение

Новый объект параметра с заменой данной службы.

Применяется к