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

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