public DB.Stru.老龄办.老龄津贴统计 GetFirst_ByWhere( string strWhere ) { DB.Stru.老龄办.老龄津贴统计 stru = new DB.Stru.老龄办.老龄津贴统计(); List<DB.Stru.老龄办.老龄津贴统计> list = Get_ByWhere( strWhere ); if ( list != null && list.Count > 0 ) stru = list[ 0 ]; return stru; }
public static List<DB.Stru.老龄办.老龄津贴统计> Dt2List( ref DataTable dt ) { List<DB.Stru.老龄办.老龄津贴统计> lst = new List<DB.Stru.老龄办.老龄津贴统计>(); if ( SQL.IsNotValid( ref dt ) ) return lst; foreach ( DataRow dr in dt.Rows ) { DB.Stru.老龄办.老龄津贴统计 stru = new DB.Stru.老龄办.老龄津贴统计(); stru.Dr2Stru( dr ); lst.Add( stru ); } return lst; }