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

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