I need to do a query which checks a column in a table of type integer. how can i use expression.sql(nHIbernate Criteria API) to get all the rows matches the given number.
Thank you,
Rey.
I need to do a query which checks a column in a table of
Share
Do you need to use
Expression.Sql? Couldn’tExpression.Eqwork for you?Reference Criteria Queries
Sample code: