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

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