Perform validation of the filter state. This is used to verify the state of the filter after its enablement and before its use.

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

Syntax

Visual Basic (Declaration)
Public Sub Validate
C#
public void Validate()
Visual C++
public:
virtual void Validate() sealed
JavaScript
function validate();

Return Value

Implements

IFilter..::.Validate()()()

See Also