/// <summary> /// Create a new Banks object. /// </summary> /// <param name="bankID_pk">Initial value of the bankID_pk property.</param> /// <param name="name">Initial value of the name property.</param> public static Banks CreateBanks(global::System.Int32 bankID_pk, global::System.String name) { Banks banks = new Banks(); banks.bankID_pk = bankID_pk; banks.name = name; return banks; }
/// <summary> /// Deprecated Method for adding a new object to the Banks EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToBanks(Banks banks) { base.AddObject("Banks", banks); }