Пример #1
0
 /// <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;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the BankRecords EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBankRecords(BankRecord bankRecord)
 {
     base.AddObject("BankRecords", bankRecord);
 }