public override global::System.Data.DataTable Clone()
            {
                CarSchedulingDataTable cln = ((CarSchedulingDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName             = "CarsDBDataSet";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/CarsDBDataSet.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableCarScheduling      = new CarSchedulingDataTable();
     base.Tables.Add(this.tableCarScheduling);
 }
 internal void InitVars(bool initTable)
 {
     this.tableCarScheduling = ((CarSchedulingDataTable)(base.Tables["CarScheduling"]));
     if ((initTable == true))
     {
         if ((this.tableCarScheduling != null))
         {
             this.tableCarScheduling.InitVars();
         }
     }
 }
 internal CarSchedulingRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableCarScheduling = ((CarSchedulingDataTable)(this.Table));
 }