OwnedNavigationTableBuilder.ExcludeFromMigrations(Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将表配置为由迁移忽略。
public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTableBuilder ExcludeFromMigrations (bool excluded = true);
abstract member ExcludeFromMigrations : bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTableBuilder
override this.ExcludeFromMigrations : bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTableBuilder
Public Overridable Function ExcludeFromMigrations (Optional excluded As Boolean = true) As OwnedNavigationTableBuilder
参数
- excluded
- Boolean
一个值,该值指示表是否应由迁移管理。
返回
同一生成器实例,以便可以链接多个调用。
注解
有关详细信息 ,请参阅数据库迁移 。