Beispiel #1
0
            public override global::System.Data.DataTable Clone()
            {
                dailyinspectionDataTable cln = ((dailyinspectionDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Beispiel #2
0
 private void InitClass()
 {
     this.DataSetName             = "DailyVehicleInspectionReportDataSet";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/DailyVehicleInspectionReportDataSet.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabledailyinspection    = new dailyinspectionDataTable();
     base.Tables.Add(this.tabledailyinspection);
 }
Beispiel #3
0
 internal void InitVars(bool initTable)
 {
     this.tabledailyinspection = ((dailyinspectionDataTable)(base.Tables["dailyinspection"]));
     if ((initTable == true))
     {
         if ((this.tabledailyinspection != null))
         {
             this.tabledailyinspection.InitVars();
         }
     }
 }
Beispiel #4
0
 internal dailyinspectionRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tabledailyinspection = ((dailyinspectionDataTable)(this.Table));
 }