/// <summary> /// Create a new BankRecord object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="recordID">Initial value of the RecordID property.</param> public static BankRecord CreateBankRecord(global::System.Int32 id, global::System.Int32 recordID) { BankRecord bankRecord = new BankRecord(); bankRecord.ID = id; bankRecord.RecordID = recordID; return bankRecord; }
/// <summary> /// Deprecated Method for adding a new object to the BankRecords EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToBankRecords(BankRecord bankRecord) { base.AddObject("BankRecords", bankRecord); }