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

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