Example #1
0
 /// <summary>
 /// Create a new C_dsMigration object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="sfileName">Initial value of the SfileName property.</param>
 /// <param name="dateMigrated">Initial value of the DateMigrated property.</param>
 /// <param name="productVersion">Initial value of the ProductVersion property.</param>
 public static C_dsMigration CreateC_dsMigration(global::System.Guid id, global::System.String sfileName, global::System.DateTime dateMigrated, global::System.String productVersion)
 {
     C_dsMigration c_dsMigration = new C_dsMigration();
     c_dsMigration.Id = id;
     c_dsMigration.SfileName = sfileName;
     c_dsMigration.DateMigrated = dateMigrated;
     c_dsMigration.ProductVersion = productVersion;
     return c_dsMigration;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the C_dsMigration EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToC_dsMigration(C_dsMigration c_dsMigration)
 {
     base.AddObject("C_dsMigration", c_dsMigration);
 }