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

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