Esempio n. 1
0
            public override DataTable Clone()
            {
                DriverDataTable cln = ((DriverDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
            public override global::System.Data.DataTable Clone()
            {
                DriverDataTable cln = ((DriverDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Esempio n. 3
0
 internal void InitVars()
 {
     this.tableDriver = ((DriverDataTable)(this.Tables["Driver"]));
     if ((this.tableDriver != null))
     {
         this.tableDriver.InitVars();
     }
 }
 private void InitClass()
 {
     this.DataSetName             = "driverSet";
     this.Prefix                  = "";
     this.Namespace               = "http://www.tempuri.org/driverSet.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableDriver             = new DriverDataTable();
     base.Tables.Add(this.tableDriver);
 }
 internal void InitVars(bool initTable)
 {
     this.tableDriver = ((DriverDataTable)(base.Tables["Driver"]));
     if ((initTable == true))
     {
         if ((this.tableDriver != null))
         {
             this.tableDriver.InitVars();
         }
     }
 }
Esempio n. 6
0
 private void InitClass()
 {
     this.DataSetName        = "driverListSet";
     this.Prefix             = "";
     this.Namespace          = "http://www.tempuri.org/driverListSet.xsd";
     this.Locale             = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tableDriver        = new DriverDataTable();
     this.Tables.Add(this.tableDriver);
 }
 private void InitClass() {
     this.DataSetName = "TranspoartSystemDataSet";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/TranspoartSystemDataSet.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableBox = new BoxDataTable();
     base.Tables.Add(this.tableBox);
     this.tableDriver = new DriverDataTable();
     base.Tables.Add(this.tableDriver);
     this.tableGoods = new GoodsDataTable();
     base.Tables.Add(this.tableGoods);
 }
 internal void InitVars(bool initTable) {
     this.tableBox = ((BoxDataTable)(base.Tables["Box"]));
     if ((initTable == true)) {
         if ((this.tableBox != null)) {
             this.tableBox.InitVars();
         }
     }
     this.tableDriver = ((DriverDataTable)(base.Tables["Driver"]));
     if ((initTable == true)) {
         if ((this.tableDriver != null)) {
             this.tableDriver.InitVars();
         }
     }
     this.tableGoods = ((GoodsDataTable)(base.Tables["Goods"]));
     if ((initTable == true)) {
         if ((this.tableGoods != null)) {
             this.tableGoods.InitVars();
         }
     }
 }
 internal DriverRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableDriver = ((DriverDataTable)(this.Table));
 }
 internal DriverRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableDriver = ((DriverDataTable)(this.Table));
 }
Esempio n. 11
0
 internal DriverRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableDriver = ((DriverDataTable)(this.Table));
 }