public override global::System.Data.DataTable Clone()
            {
                RoomInvoiceTableDataTable cln = ((RoomInvoiceTableDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName             = "dtsRoomInvoice";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/dtsRoomInvoice.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableRoomInvoiceTable   = new RoomInvoiceTableDataTable();
     base.Tables.Add(this.tableRoomInvoiceTable);
 }
 internal void InitVars(bool initTable)
 {
     this.tableRoomInvoiceTable = ((RoomInvoiceTableDataTable)(base.Tables["RoomInvoiceTable"]));
     if ((initTable == true))
     {
         if ((this.tableRoomInvoiceTable != null))
         {
             this.tableRoomInvoiceTable.InitVars();
         }
     }
 }
 internal RoomInvoiceTableRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableRoomInvoiceTable = ((RoomInvoiceTableDataTable)(this.Table));
 }