public virtual teDataSet.tbl_sales_serviceDataTable GetData() { this.Adapter.SelectCommand = this.CommandCollection[0]; teDataSet.tbl_sales_serviceDataTable dataTable = new teDataSet.tbl_sales_serviceDataTable(); this.Adapter.Fill(dataTable); return(dataTable); }
public virtual int Fill(teDataSet.tbl_sales_serviceDataTable dataTable) { this.Adapter.SelectCommand = this.CommandCollection[0]; if (this.ClearBeforeFill) { dataTable.Clear(); } return(this.Adapter.Fill(dataTable)); }
public virtual int Update(teDataSet.tbl_sales_serviceDataTable dataTable) { return(this.Adapter.Update(dataTable)); }