Ejemplo n.º 1
0
 /// <summary>
 /// Create a new DBVersion object.
 /// </summary>
 /// <param name="dBVersionId">Initial value of the DBVersionId property.</param>
 public static DBVersion CreateDBVersion(global::System.Int32 dBVersionId)
 {
     DBVersion dBVersion = new DBVersion();
     dBVersion.DBVersionId = dBVersionId;
     return dBVersion;
 }
Ejemplo 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);
 }