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

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