Overload List
Name | Description | |
---|---|---|
![]() | CreateCriteria<(Of <<'(T>)>>)()()()() |
Creates a new Criteria for the entity class.
|
![]() | CreateCriteria(String) |
Create a new Criteria instance, for the given entity name.
|
![]() | CreateCriteria<(Of <<'(T>)>>)(String) |
Creates a new Criteria for the entity class with a specific alias
|
![]() | CreateCriteria(Type) |
Creates a new Criteria for the entity class.
|
![]() | CreateCriteria(String, String) |
Create a new Criteria instance, for the given entity name,
with the given alias.
|
![]() | CreateCriteria(Type, String) |
Creates a new Criteria for the entity class with a specific alias
|