Esempio n. 1
0
            public override global::System.Data.DataTable Clone()
            {
                IncomeSchemaDataTable cln = ((IncomeSchemaDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Esempio n. 2
0
 private void InitClass()
 {
     this.DataSetName             = "IncomeSChema";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/IncomeSChema.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableIncomeSchema       = new IncomeSchemaDataTable();
     base.Tables.Add(this.tableIncomeSchema);
 }
Esempio n. 3
0
 internal void InitVars(bool initTable)
 {
     this.tableIncomeSchema = ((IncomeSchemaDataTable)(base.Tables["IncomeSchema"]));
     if ((initTable == true))
     {
         if ((this.tableIncomeSchema != null))
         {
             this.tableIncomeSchema.InitVars();
         }
     }
 }
Esempio n. 4
0
 internal IncomeSchemaRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableIncomeSchema = ((IncomeSchemaDataTable)(this.Table));
 }