IConventionBatch 接口

定义

表示一个对象,该对象将任何约定调用延迟到运行或释放。

public interface IConventionBatch : IDisposable
type IConventionBatch = interface
    interface IDisposable
Public Interface IConventionBatch
Implements IDisposable
实现

注解

有关详细信息和示例,请参阅 模型生成约定

方法

Run(IConventionForeignKey)

运行延迟的约定,同时跟踪对给定外键的更改。

Track(IConventionForeignKey)

开始跟踪对给定外键的更改。

适用于