/// <summary> /// Create a new vw_disbursement object. /// </summary> /// <param name="billNo">Initial value of the BillNo property.</param> /// <param name="department_Name">Initial value of the Department_Name property.</param> /// <param name="category_Name">Initial value of the Category_Name property.</param> /// <param name="quantity">Initial value of the Quantity property.</param> /// <param name="alloted">Initial value of the Alloted property.</param> /// <param name="pending_Qty">Initial value of the Pending_Qty property.</param> /// <param name="collectionPoint">Initial value of the CollectionPoint property.</param> public static vw_disbursement Createvw_disbursement(global::System.Int32 billNo, global::System.String department_Name, global::System.String category_Name, global::System.Int32 quantity, global::System.Int32 alloted, global::System.Int32 pending_Qty, global::System.String collectionPoint) { vw_disbursement vw_disbursement = new vw_disbursement(); vw_disbursement.BillNo = billNo; vw_disbursement.Department_Name = department_Name; vw_disbursement.Category_Name = category_Name; vw_disbursement.Quantity = quantity; vw_disbursement.Alloted = alloted; vw_disbursement.Pending_Qty = pending_Qty; vw_disbursement.CollectionPoint = collectionPoint; return vw_disbursement; }
/// <summary> /// Deprecated Method for adding a new object to the vw_disbursement EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTovw_disbursement(vw_disbursement vw_disbursement) { base.AddObject("vw_disbursement", vw_disbursement); }