Namespaces

Types

Type IPropertySelector

Namespace NHibernate.Expression

Methods

Public instance methods

bool Include(object propertyValue, string propertyName, IType type)

Determine if the Property should be included.
Parameters
return bool ${WriteSummary(content)}
object propertyValue The value of the property that is being checked for inclusion.
string propertyName The name of the property that is being checked for inclusion.
IType type The IType of the property.