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

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