Namespace: NHibernate.Criterion
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public Example SetPropertySelector(
	Example..::..IPropertySelector selector
)
Visual Basic
Public Function SetPropertySelector ( _
	selector As Example..::..IPropertySelector _
) As Example
Visual C++
public:
Example^ SetPropertySelector(
	Example..::..IPropertySelector^ selector
)

Parameters

selector
Type: NHibernate.Criterion..::..Example..::..IPropertySelector
The Example..::..IPropertySelector to determine which properties to include.

Return Value

This Example instance.

Remarks

This should be used when a custom Example..::..IPropertySelector has been implemented. Otherwise use the methods ExcludeNulls()()()() or ExcludeNone()()()() to set the Example..::..IPropertySelector to the Example..::..IPropertySelectors built into NHibernate.

See Also