Not tracking the actual data when used with ORM like nhibernate

by Oct 13, 2015

Hi,
I am currently evaluating Idera’s SQL Compliance Manager for our product. We are using SQL Sever 2014 with Nhibernate as our ORM. I have set up DML/Select Filter to track a particular table. Well the changes to the table are tracked. For eg. an insert was made into our audit.UserLoginHistory table. The issue is it is not capturing the actual data inserted, instead it tracks data like INSERT INTO audit.[UserLoginHistory] (Status, Type, TimeStamp, Message, UserAccount) VALUES (@p0, @p1, @p2, @p3, @p4)

Am i something missing here or help me with capturing the actual inserted values being tracked as part of this?