private void InitClass()
 {
     this.DataSetName             = "TransactionDataSet";
     this.Namespace               = "http://www.tempuri.org/TransactionDataSet.xsd";
     this.table_GetTransactionLog = new _GetTransactionLogDataTable();
     this.Tables.Add(this.table_GetTransactionLog);
 }
 private void InitClass() {
     this.DataSetName = "TransactionDataSet";
     this.Namespace = "http://www.tempuri.org/TransactionDataSet.xsd";
     this.table_GetTransactionLog = new _GetTransactionLogDataTable();
     this.Tables.Add(this.table_GetTransactionLog);
 }
 internal _GetTransactionLogRow(DataRowBuilder rb) :
     base(rb)
 {
     this.table_GetTransactionLog = ((_GetTransactionLogDataTable)(this.Table));
 }
 internal _GetTransactionLogRow(DataRowBuilder rb) : 
         base(rb) {
     this.table_GetTransactionLog = ((_GetTransactionLogDataTable)(this.Table));
 }