Пример #1
0
            public override global::System.Data.DataTable Clone()
            {
                GL_ACCOUNTSDataTable cln = ((GL_ACCOUNTSDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Пример #2
0
 private void InitClass()
 {
     this.DataSetName             = "dsGLAccts";
     this.Prefix                  = "";
     this.Namespace               = "http://www.tempuri.org/dsGLAccts.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableGL_ACCOUNTS        = new GL_ACCOUNTSDataTable();
     base.Tables.Add(this.tableGL_ACCOUNTS);
 }
Пример #3
0
 internal void InitVars(bool initTable)
 {
     this.tableGL_ACCOUNTS = ((GL_ACCOUNTSDataTable)(base.Tables["GL_ACCOUNTS"]));
     if ((initTable == true))
     {
         if ((this.tableGL_ACCOUNTS != null))
         {
             this.tableGL_ACCOUNTS.InitVars();
         }
     }
 }
Пример #4
0
 internal GL_ACCOUNTSRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableGL_ACCOUNTS = ((GL_ACCOUNTSDataTable)(this.Table));
 }