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

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