Namespaces

Types

Type Reveal

Namespace FluentNHibernate

Methods

Public static methods

Expression<Func<TEntity, object>> Property<TEntity>(string propertyName)

Reveals a hidden property for use instead of expressions.
Parameters
return Expression<Func<TEntity, object>> Expression for the hidden property
string propertyName Name of property

Expression<Func<TEntity, TReturn>> Property<TEntity, TReturn>(string propertyName)

Reveals a hidden property with a specific return type for use instead of expressions.
Parameters
return Expression<Func<TEntity, TReturn>> Expression for the hidden property
string propertyName Name of property