Create a new ICriteria instance, for the given entity class,
or a superclass of an entity class.
Namespace: NHibernate.ImplAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public ICriteria CreateCriteria<T>() where T : class |
Visual Basic |
---|
Public Function CreateCriteria(Of T As Class) As ICriteria |
Visual C++ |
---|
public: generic<typename T> where T : ref class virtual ICriteria^ CreateCriteria() sealed |
Type Parameters
- T
- A class, which is persistent, or has persistent subclasses
Return Value
The ICriteria.Implements
IStatelessSession..::..CreateCriteria<(Of <<'(T>)>>)()()()()Remarks
Entities returned by the query are detached.