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

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