I am using Fluent NHibernate and automatically map classes.
I have a calculated attribute in a class
p> public virtual DateTime? LastActionTimeStamp
{
get {
return Actions.Count ==
I am using Fluent NHibernate and automatically map classes.
I have a calculated attribute in a class
p> public virtual DateTime? LastActionTimeStamp
{
get {
return Actions.Count ==
If the relationship between one entity and another entity is mapped as Lazy = False, but for a certain function I need to get them in Lazily, is it possible to do it at runtime? No, you can’t. A