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

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