internal V_NpStatRow(DataRowBuilder rb) : base(rb) { this.tableV_NpStat = (DsNpStat.V_NpStatDataTable) base.Table; }
public virtual DsNpStat.V_NpStatDataTable GetData() { this.Adapter.SelectCommand = this.CommandCollection[0]; DsNpStat.V_NpStatDataTable dataTable = new DsNpStat.V_NpStatDataTable(); this.Adapter.Fill(dataTable); return dataTable; }