예제 #1
0
            public override global::System.Data.DataTable Clone()
            {
                printDataTable cln = ((printDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
예제 #2
0
 private void InitClass()
 {
     this.DataSetName             = "ds_print";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/ds_print.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableprint              = new printDataTable();
     base.Tables.Add(this.tableprint);
 }
예제 #3
0
 internal void InitVars(bool initTable)
 {
     this.tableprint = ((printDataTable)(base.Tables["print"]));
     if ((initTable == true))
     {
         if ((this.tableprint != null))
         {
             this.tableprint.InitVars();
         }
     }
 }
예제 #4
0
 internal printRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableprint = ((printDataTable)(this.Table));
 }