[Missing <summary> documentation for "T:NHibernate.SqlCommand.JoinType"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public enum JoinType |
Visual Basic |
---|
Public Enumeration JoinType |
Visual C++ |
---|
public enum class JoinType |
Members
Member name | Value | Description | |
---|---|---|---|
None | -666 | ||
InnerJoin | 0 | ||
FullJoin | 4 | ||
LeftOuterJoin | 1 | ||
RightOuterJoin | 2 | ||
IsIn | Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression | ||
IsIn | Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression | ||
IsBetween | Apply a "between" constraint to the named property Note: throws an exception outside of a QueryOver expression | ||
IsProxy | |||
As | |||
ToTypeParameters |