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

                cln.InitVars();
                return(cln);
            }
Exemple #2
0
 internal void InitVars(bool initTable)
 {
     this.tableACCLoc = ((ACCLocDataTable)(base.Tables["ACCLoc"]));
     if ((initTable == true))
     {
         if ((this.tableACCLoc != null))
         {
             this.tableACCLoc.InitVars();
         }
     }
     this.relationACCLoc_ACCLoc = this.Relations["ACCLoc_ACCLoc"];
 }
Exemple #3
0
 private void InitClass()
 {
     this.DataSetName             = "AMDSDB";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/AMDSDB.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableACCLoc             = new ACCLocDataTable();
     base.Tables.Add(this.tableACCLoc);
     this.relationACCLoc_ACCLoc = new global::System.Data.DataRelation("ACCLoc_ACCLoc", new global::System.Data.DataColumn[] {
         this.tableACCLoc.Serial_NumberColumn
     }, new global::System.Data.DataColumn[] {
         this.tableACCLoc.Date_of_TransactionColumn
     }, false);
     this.Relations.Add(this.relationACCLoc_ACCLoc);
 }
Exemple #4
0
 internal ACCLocRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableACCLoc = ((ACCLocDataTable)(this.Table));
 }