Exclude a particular named property

Namespace:  NHibernate.Expression
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Function ExcludeProperty ( _
	name As String _
) As Example
C#
public Example ExcludeProperty(
	string name
)
Visual C++
public:
Example^ ExcludeProperty(
	String^ name
)
JavaScript
function excludeProperty(name);

Parameters

name
Type: System..::.String
The name of the property to exclude.

See Also