コード例 #1
0
 public virtual core_v2DataSet2.MaterialesEmbarquesDataTable GetData()
 {
     this.Adapter.SelectCommand = this.CommandCollection[0];
     core_v2DataSet2.MaterialesEmbarquesDataTable dataTable = new core_v2DataSet2.MaterialesEmbarquesDataTable();
     this.Adapter.Fill(dataTable);
     return(dataTable);
 }
コード例 #2
0
        public virtual int Fill(core_v2DataSet2.MaterialesEmbarquesDataTable dataTable)
        {
            this.Adapter.SelectCommand = this.CommandCollection[0];
            if ((this.ClearBeforeFill == true))
            {
                dataTable.Clear();
            }
            int returnValue = this.Adapter.Fill(dataTable);

            return(returnValue);
        }
コード例 #3
0
 public virtual int Update(core_v2DataSet2.MaterialesEmbarquesDataTable dataTable)
 {
     return(this.Adapter.Update(dataTable));
 }