Exemplo n.º 1
0
            public override global::System.Data.DataTable Clone()
            {
                PaymentVoucherDtDataTable cln = ((PaymentVoucherDtDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Exemplo n.º 2
0
 private void InitClass()
 {
     this.DataSetName             = "PaymentVoucherDs";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/PaymentVoucherDs.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tablePaymentVoucherDt   = new PaymentVoucherDtDataTable();
     base.Tables.Add(this.tablePaymentVoucherDt);
 }
Exemplo n.º 3
0
 internal void InitVars(bool initTable)
 {
     this.tablePaymentVoucherDt = ((PaymentVoucherDtDataTable)(base.Tables["PaymentVoucherDt"]));
     if ((initTable == true))
     {
         if ((this.tablePaymentVoucherDt != null))
         {
             this.tablePaymentVoucherDt.InitVars();
         }
     }
 }
Exemplo n.º 4
0
 internal PaymentVoucherDtRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tablePaymentVoucherDt = ((PaymentVoucherDtDataTable)(this.Table));
 }