The CollectionType type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CollectionType |
Initializes a new instance of a CollectionType class for
a specific role.
|
Methods
Extension Methods
Name | Description | |
---|---|---|
![]() | As<(Of <<'(T>)>>) | (Defined by TypeHelperExtensionMethods.) |
![]() | IsBetween |
Apply a "between" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) |
![]() | IsIn(array<Object>[]()[][]) | Overloaded.
Apply an "in" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) |
![]() | IsIn(ICollection) | Overloaded.
Apply an "in" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) |
![]() | IsProxy | (Defined by NHibernateProxyHelper.) |
![]() | ToTypeParameters | (Defined by ReflectHelper.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | UnfetchedCollection |
Properties
Name | Description | |
---|---|---|
![]() | ForeignKeyDirection | |
![]() | IsAlwaysDirtyChecked |
We always need to dirty check the collection because we sometimes
need to increment version number of owner and also because of
how assemble/disassemble is implemented for uks
|
![]() | IsAnyType |
Gets a value indicating if the implementation is an "object" type
(Inherited from AbstractType.) |
![]() | IsArrayType | |
![]() | IsAssociationType | (Overrides AbstractType..::..IsAssociationType.) |
![]() | IsCollectionType | (Overrides AbstractType..::..IsCollectionType.) |
![]() | IsComponentType |
Gets a value indicating if the AbstractType is an IAbstractComponentType.
(Inherited from AbstractType.) |
![]() | IsEmbeddedInXML | |
![]() | IsEntityType |
Gets a value indicating if the AbstractType is a EntityType.
(Inherited from AbstractType.) |
![]() | IsMutable | (Overrides AbstractType..::..IsMutable.) |
![]() | IsXMLElement | (Inherited from AbstractType.) |
![]() | LHSPropertyName | |
![]() | Name | (Overrides AbstractType..::..Name.) |
![]() | ReturnedClass |
When implemented by a class, gets the Type returned
by the NullSafeGet() methods.
(Inherited from AbstractType.) |
![]() | RHSUniqueKeyPropertyName | |
![]() | Role | |
![]() | UseLHSPrimaryKey |