示例#1
0
            public override global::System.Data.DataTable Clone()
            {
                dtShowScaleDataTable cln = ((dtShowScaleDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
示例#2
0
 private void InitClass()
 {
     this.DataSetName             = "dsShowScale";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/dsShowScale.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabledtShowScale        = new dtShowScaleDataTable();
     base.Tables.Add(this.tabledtShowScale);
 }
示例#3
0
 internal void InitVars(bool initTable)
 {
     this.tabledtShowScale = ((dtShowScaleDataTable)(base.Tables["dtShowScale"]));
     if ((initTable == true))
     {
         if ((this.tabledtShowScale != null))
         {
             this.tabledtShowScale.InitVars();
         }
     }
 }
示例#4
0
 internal dtShowScaleRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tabledtShowScale = ((dtShowScaleDataTable)(this.Table));
 }