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

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