Ejemplo n.º 1
0
 /// <summary>
 /// Create a new Contacts object.
 /// </summary>
 /// <param name="contactID_pk">Initial value of the contactID_pk property.</param>
 /// <param name="bankID_fk">Initial value of the bankID_fk property.</param>
 public static Contacts CreateContacts(global::System.Int32 contactID_pk, global::System.Int32 bankID_fk)
 {
     Contacts contacts = new Contacts();
     contacts.contactID_pk = contactID_pk;
     contacts.bankID_fk = bankID_fk;
     return contacts;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Contacts EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToContacts(Contacts contacts)
 {
     base.AddObject("Contacts", contacts);
 }