Esempio n. 1
0
 /// <summary>
 /// Create a new DBVersion object.
 /// </summary>
 /// <param name="dBVersionID">Initial value of the DBVersionID property.</param>
 /// <param name="description">Initial value of the Description property.</param>
 /// <param name="executionDate">Initial value of the ExecutionDate property.</param>
 /// <param name="userID">Initial value of the UserID property.</param>
 public static DBVersion CreateDBVersion(global::System.Int32 dBVersionID, global::System.String description, global::System.DateTime executionDate, global::System.Int32 userID)
 {
     DBVersion dBVersion = new DBVersion();
     dBVersion.DBVersionID = dBVersionID;
     dBVersion.Description = description;
     dBVersion.ExecutionDate = executionDate;
     dBVersion.UserID = userID;
     return dBVersion;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the DBVersions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDBVersions(DBVersion dBVersion)
 {
     base.AddObject("DBVersions", dBVersion);
 }