The SetPropertiesCustomizer<(Of <(<'TEntity, TElement>)>)> type exposes the following members.

Methods

  NameDescription
Public methodAccess(Type) (Inherited from CollectionPropertiesCustomizer<(Of <(<'TEntity, TElement>)>)>.)
Public methodAccess(Accessor) (Inherited from CollectionPropertiesCustomizer<(Of <(<'TEntity, TElement>)>)>.)
Public methodBatchSize (Inherited from CollectionPropertiesCustomizer<(Of <(<'TEntity, TElement>)>)>.)
Public methodCache (Inherited from CollectionPropertiesCustomizer<(Of <(<'TEntity, TElement>)>)>.)
Public methodCascade (Inherited from CollectionPropertiesCustomizer<(Of <(<'TEntity, TElement>)>)>.)
Public methodCatalog (Inherited from CollectionPropertiesCustomizer<(Of <(<'TEntity, TElement>)>)>.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFetch (Inherited from CollectionPropertiesCustomizer<(Of <(<'TEntity, TElement>)>)>.)
Public methodFilter (Inherited from CollectionPropertiesCustomizer<(Of <(<'TEntity, TElement>)>)>.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInverse (Inherited from CollectionPropertiesCustomizer<(Of <(<'TEntity, TElement>)>)>.)
Public methodKey (Inherited from CollectionPropertiesCustomizer<(Of <(<'TEntity, TElement>)>)>.)
Public methodLazy (Inherited from CollectionPropertiesCustomizer<(Of <(<'TEntity, TElement>)>)>.)
Public methodLoader (Inherited from CollectionPropertiesCustomizer<(Of <(<'TEntity, TElement>)>)>.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMutable (Inherited from CollectionPropertiesCustomizer<(Of <(<'TEntity, TElement>)>)>.)
Public methodOptimisticLock (Inherited from CollectionPropertiesCustomizer<(Of <(<'TEntity, TElement>)>)>.)
Public methodOrderBy(String) (Inherited from CollectionPropertiesCustomizer<(Of <(<'TEntity, TElement>)>)>.)
Public methodOrderBy<(Of <<'(TProperty>)>>)(Expression<(Of <<'(Func<(Of <<'(TElement, TProperty>)>>)>)>>)) (Inherited from CollectionPropertiesCustomizer<(Of <(<'TEntity, TElement>)>)>.)
Public methodPersister<(Of <<'(TPersister>)>>) (Inherited from CollectionPropertiesCustomizer<(Of <(<'TEntity, TElement>)>)>.)
Public methodSchema (Inherited from CollectionPropertiesCustomizer<(Of <(<'TEntity, TElement>)>)>.)
Public methodSort()()()() (Inherited from CollectionPropertiesCustomizer<(Of <(<'TEntity, TElement>)>)>.)
Public methodSqlDelete (Inherited from CollectionPropertiesCustomizer<(Of <(<'TEntity, TElement>)>)>.)
Public methodSqlDeleteAll (Inherited from CollectionPropertiesCustomizer<(Of <(<'TEntity, TElement>)>)>.)
Public methodSqlInsert (Inherited from CollectionPropertiesCustomizer<(Of <(<'TEntity, TElement>)>)>.)
Public methodSqlUpdate (Inherited from CollectionPropertiesCustomizer<(Of <(<'TEntity, TElement>)>)>.)
Public methodSubselect (Inherited from CollectionPropertiesCustomizer<(Of <(<'TEntity, TElement>)>)>.)
Public methodTable (Inherited from CollectionPropertiesCustomizer<(Of <(<'TEntity, TElement>)>)>.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodType(Type) (Inherited from CollectionPropertiesCustomizer<(Of <(<'TEntity, TElement>)>)>.)
Public methodType<(Of <<'(TCollection>)>>)()()()() (Inherited from CollectionPropertiesCustomizer<(Of <(<'TEntity, TElement>)>)>.)
Public methodWhere (Inherited from CollectionPropertiesCustomizer<(Of <(<'TEntity, TElement>)>)>.)

Extension Methods

  NameDescription
Public Extension MethodAs<(Of <<'(T>)>>) (Defined by TypeHelperExtensionMethods.)
Public Extension MethodIsBetween
Apply a "between" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsIn(array<Object>[]()[][])Overloaded.
Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsIn(ICollection)Overloaded.
Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsProxy (Defined by NHibernateProxyHelper.)
Public Extension MethodToTypeParameters (Defined by ReflectHelper.)

See Also