Esempio n. 1
0
 public virtual DataSetAllList.W_Material_IdDataTable GetData()
 {
     this.Adapter.SelectCommand = this.CommandCollection[0];
     DataSetAllList.W_Material_IdDataTable dataTable = new DataSetAllList.W_Material_IdDataTable();
     this.Adapter.Fill(dataTable);
     return(dataTable);
 }
Esempio n. 2
0
        public virtual int Fill(DataSetAllList.W_Material_IdDataTable dataTable)
        {
            this.Adapter.SelectCommand = this.CommandCollection[0];
            if ((this.ClearBeforeFill == true))
            {
                dataTable.Clear();
            }
            int returnValue = this.Adapter.Fill(dataTable);

            return(returnValue);
        }
 public virtual DataSetAllList.W_Material_IdDataTable GetData() {
     this.Adapter.SelectCommand = this.CommandCollection[0];
     DataSetAllList.W_Material_IdDataTable dataTable = new DataSetAllList.W_Material_IdDataTable();
     this.Adapter.Fill(dataTable);
     return dataTable;
 }