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

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