Beispiel #1
0
            public override global::System.Data.DataTable Clone()
            {
                CostcentergrpListDtDataTable cln = ((CostcentergrpListDtDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Beispiel #2
0
 private void InitClass()
 {
     this.DataSetName              = "CostcentergrpList";
     this.Prefix                   = "";
     this.Namespace                = "http://tempuri.org/CostcentergrpList.xsd";
     this.EnforceConstraints       = true;
     this.SchemaSerializationMode  = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableCostcentergrpListDt = new CostcentergrpListDtDataTable();
     base.Tables.Add(this.tableCostcentergrpListDt);
 }
Beispiel #3
0
 internal void InitVars(bool initTable)
 {
     this.tableCostcentergrpListDt = ((CostcentergrpListDtDataTable)(base.Tables["CostcentergrpListDt"]));
     if ((initTable == true))
     {
         if ((this.tableCostcentergrpListDt != null))
         {
             this.tableCostcentergrpListDt.InitVars();
         }
     }
 }
Beispiel #4
0
 internal CostcentergrpListDtRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableCostcentergrpListDt = ((CostcentergrpListDtDataTable)(this.Table));
 }