/// <summary>
 /// Deprecated Method for adding a new object to the tblCancelledDebitOrders EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotblCancelledDebitOrders(tblCancelledDebitOrder tblCancelledDebitOrder)
 {
     base.AddObject("tblCancelledDebitOrders", tblCancelledDebitOrder);
 }
 /// <summary>
 /// Create a new tblCancelledDebitOrder object.
 /// </summary>
 /// <param name="cancelledDebitOrderID">Initial value of the CancelledDebitOrderID property.</param>
 /// <param name="user_id">Initial value of the user_id property.</param>
 /// <param name="tran_type">Initial value of the tran_type property.</param>
 /// <param name="dbt_cdt_id">Initial value of the dbt_cdt_id property.</param>
 /// <param name="otid">Initial value of the otid property.</param>
 /// <param name="reference">Initial value of the reference property.</param>
 /// <param name="batch_ref">Initial value of the batch_ref property.</param>
 /// <param name="name">Initial value of the name property.</param>
 /// <param name="account_no">Initial value of the account_no property.</param>
 /// <param name="action_date">Initial value of the action_date property.</param>
 /// <param name="value">Initial value of the value property.</param>
 /// <param name="cancel_reason">Initial value of the cancel_reason property.</param>
 /// <param name="cancel_date">Initial value of the cancel_date property.</param>
 /// <param name="idate">Initial value of the idate property.</param>
 /// <param name="udate">Initial value of the udate property.</param>
 /// <param name="updateCount">Initial value of the UpdateCount property.</param>
 public static tblCancelledDebitOrder CreatetblCancelledDebitOrder(global::System.Int32 cancelledDebitOrderID, global::System.String user_id, global::System.String tran_type, global::System.String dbt_cdt_id, global::System.String otid, global::System.String reference, global::System.String batch_ref, global::System.String name, global::System.String account_no, global::System.String action_date, global::System.Decimal value, global::System.String cancel_reason, global::System.String cancel_date, global::System.DateTime idate, global::System.DateTime udate, global::System.Int32 updateCount)
 {
     tblCancelledDebitOrder tblCancelledDebitOrder = new tblCancelledDebitOrder();
     tblCancelledDebitOrder.CancelledDebitOrderID = cancelledDebitOrderID;
     tblCancelledDebitOrder.user_id = user_id;
     tblCancelledDebitOrder.tran_type = tran_type;
     tblCancelledDebitOrder.dbt_cdt_id = dbt_cdt_id;
     tblCancelledDebitOrder.otid = otid;
     tblCancelledDebitOrder.reference = reference;
     tblCancelledDebitOrder.batch_ref = batch_ref;
     tblCancelledDebitOrder.name = name;
     tblCancelledDebitOrder.account_no = account_no;
     tblCancelledDebitOrder.action_date = action_date;
     tblCancelledDebitOrder.value = value;
     tblCancelledDebitOrder.cancel_reason = cancel_reason;
     tblCancelledDebitOrder.cancel_date = cancel_date;
     tblCancelledDebitOrder.idate = idate;
     tblCancelledDebitOrder.udate = udate;
     tblCancelledDebitOrder.UpdateCount = updateCount;
     return tblCancelledDebitOrder;
 }