在上一篇 public IList getCustOrderHistList ( string customerID ) { IQuery query = session.GetNamedQuery( "GetCustomerOrderHistory" ) .SetString( "CustomerID" , customerID ); return query.List( ); } 相关文章: