UpdateDatabaseOperation.HistoryQueryTrees Property

 

The queries used to determine if this migration needs to be applied to the database. This is used to generate an idempotent SQL script that can be run against a database at any version.

Namespace:   System.Data.Entity.Migrations.Model
Assembly:  EntityFramework (in EntityFramework.dll)

public IList<DbQueryCommandTree> HistoryQueryTrees { get; }