Hi i create one table "TransactionLog". In that table,record is there, i open the sesson now i generate one query and i m trying to retrive records but still its not showing me Mapping file of Transaction log is
-->
And CS. file code is logger.Info(String.Format("Nestle service initiated")); ISession session = Util.CurrentSession; ICriteria crt = session.CreateCriteria(typeof(TransactionLog)).Add(Expression.Eq("FinalTransactionStatus", TransactionStatus.Pending)); IList transList = crt.List();
In that currentSession method i opend session and sessionfactory