private void InitClass()
 {
     this.DataSetName      = "AccountDataSet";
     this.Namespace        = "http://www.tempuri.org/AccountDataSet.xsd";
     this.table_GetAccount = new _GetAccountDataTable();
     this.Tables.Add(this.table_GetAccount);
 }
 private void InitClass() {
     this.DataSetName = "AccountDataSet";
     this.Namespace = "http://www.tempuri.org/AccountDataSet.xsd";
     this.table_GetAccount = new _GetAccountDataTable();
     this.Tables.Add(this.table_GetAccount);
 }
 internal _GetAccountRow(DataRowBuilder rb) :
     base(rb)
 {
     this.table_GetAccount = ((_GetAccountDataTable)(this.Table));
 }
 internal _GetAccountRow(DataRowBuilder rb) : 
         base(rb) {
     this.table_GetAccount = ((_GetAccountDataTable)(this.Table));
 }