Beispiel #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the db_keys EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTodb_keys(db_key db_key)
 {
     base.AddObject("db_keys", db_key);
 }
Beispiel #2
0
 /// <summary>
 /// Create a new db_key object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static db_key Createdb_key(global::System.Int32 id)
 {
     db_key db_key = new db_key();
     db_key.ID = id;
     return db_key;
 }