[Missing <summary> documentation for "T:NHibernate.Dialect.InsertGeneratedIdentifierRetrievalMethod"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public enum InsertGeneratedIdentifierRetrievalMethod |
Visual Basic |
---|
Public Enumeration InsertGeneratedIdentifierRetrievalMethod |
Visual C++ |
---|
public enum class InsertGeneratedIdentifierRetrievalMethod |
Members
Member name | Value | Description | |
---|---|---|---|
OutputParameter | 0 | Use a parameter with ParameterDirection.Output | |
ReturnValueParameter | 1 | Use a parameter with ParameterDirection.ReturnValue | |
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 |