OperationBuilder<TOperation> Класс

Определение

Построитель для MigrationOperations.

public class OperationBuilder<TOperation> : Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<TOperation> where TOperation : MigrationOperation
type OperationBuilder<'Operation (requires 'Operation :> MigrationOperation)> = class
    interface IInfrastructure<'Operation (requires 'Operation :> MigrationOperation)>
Public Class OperationBuilder(Of TOperation)
Implements IInfrastructure(Of TOperation)

Параметры типа

TOperation

Тип для сборки MigrationOperation .

Наследование
OperationBuilder<TOperation>
Производный
Реализации
IInfrastructure<TOperation>

Конструкторы

OperationBuilder<TOperation>(TOperation)

Создает новый экземпляр построителя для заданного MigrationOperationобъекта .

Свойства

Operation

MigrationOperation.

Методы

Annotation(String, Object)

Примечает операцию заданной парой "имя-значение".

Явные реализации интерфейса

IInfrastructure<TOperation>.Instance

Построитель для MigrationOperations.

Методы расширения

GetInfrastructure<T>(IInfrastructure<T>)

Возвращает значение из свойства, скрытого с помощью IInfrastructure<T>.

Этот метод обычно используется поставщиками баз данных (и другими расширениями). Как правило, он не используется в коде приложения.

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