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

Syntax

Visual Basic (Declaration)
Public Shared Function For(Of T) As DetachedCriteria
C#
public static DetachedCriteria For<T>()
Visual C++
public:
generic<typename T>
static DetachedCriteria^ For()
JavaScript
JavaScript does not support generic types or methods.

Type Parameters

T

See Also