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

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