/// <summary> /// Create a new C__MigrationHistory object. /// </summary> /// <param name="migrationId">Initial value of the MigrationId property.</param> /// <param name="model">Initial value of the Model property.</param> /// <param name="productVersion">Initial value of the ProductVersion property.</param> public static C__MigrationHistory CreateC__MigrationHistory(global::System.String migrationId, global::System.Byte[] model, global::System.String productVersion) { C__MigrationHistory c__MigrationHistory = new C__MigrationHistory(); c__MigrationHistory.MigrationId = migrationId; c__MigrationHistory.Model = model; c__MigrationHistory.ProductVersion = productVersion; return c__MigrationHistory; }
/// <summary> /// Deprecated Method for adding a new object to the C__MigrationHistory EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToC__MigrationHistory(C__MigrationHistory c__MigrationHistory) { base.AddObject("C__MigrationHistory", c__MigrationHistory); }