Exclude a particular named property

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

Syntax

C#
public Example ExcludeProperty(
	string name
)
Visual Basic
Public Function ExcludeProperty ( _
	name As String _
) As Example
Visual C++
public:
Example^ ExcludeProperty(
	String^ name
)

Parameters

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

Return Value

[Missing <returns> documentation for "M:NHibernate.Criterion.Example.ExcludeProperty(System.String)"]

See Also