Overload List
| Name | Description | |
|---|---|---|
| CreateCriteria<(Of <<'(T>)>>)()()()() |
Create a new ICriteria instance, for the given entity class,
or a superclass of an entity class.
| |
| CreateCriteria(String) |
Create a new ICriteria instance, for the given entity name.
| |
| CreateCriteria<(Of <<'(T>)>>)(String) |
Create a new ICriteria instance, for the given entity class,
or a superclass of an entity class, with the given alias.
| |
| CreateCriteria(Type) |
Create a new ICriteria instance, for the given entity class,
or a superclass of an entity class.
| |
| CreateCriteria(String, String) |
Create a new ICriteria instance, for the given entity name,
with the given alias.
| |
| CreateCriteria(Type, String) |
Create a new ICriteria instance, for the given entity class,
or a superclass of an entity class, with the given alias.
|