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

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