UpdateDatabaseOperation.HistoryQueryTrees 属性

定义

用于确定是否需要将此迁移应用于数据库的查询。 这用于生成一个幂等 SQL 脚本,该脚本可以针对任何版本的数据库运行。

public System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbQueryCommandTree> HistoryQueryTrees { get; }
member this.HistoryQueryTrees : System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbQueryCommandTree>
Public ReadOnly Property HistoryQueryTrees As IList(Of DbQueryCommandTree)

属性值

适用于