The Property type exposes the following members.

Methods

  NameDescription
Public methodAs (Inherited from SimpleProjection.)
Public methodAsc
Public methodAvg
Public methodBetween
Public methodBt
Public methodCount
Public methodDesc
Public methodEq(Object)
Public methodEq(DetachedCriteria)
Public methodEqAll
Public methodEqProperty(String)
Public methodEqProperty(Property)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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 methodStatic memberForName
Public methodGe(Object)
Public methodGe(DetachedCriteria)
Public methodGeAll
Public methodGeProperty(String)
Public methodGeProperty(Property)
Public methodGeSome
Public methodGetColumnAliases(Int32) (Inherited from SimpleProjection.)
Public methodGetColumnAliases(String, Int32) (Inherited from SimpleProjection.)
Public methodGetColumnAliases(Int32, ICriteria, ICriteriaQuery) (Inherited from SimpleProjection.)
Public methodGetColumnAliases(String, Int32, ICriteria, ICriteriaQuery) (Inherited from SimpleProjection.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetProperty
Get a component attribute of this property
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetTypedValues
Gets the typed values for parameters in this projection
(Inherited from SimpleProjection.)
Public methodGetTypes(ICriteria, ICriteriaQuery) (Inherited from PropertyProjection.)
Public methodGetTypes(String, ICriteria, ICriteriaQuery) (Inherited from SimpleProjection.)
Public methodGroup
Public methodGt
Public methodGtAll
Public methodGtProperty(String)
Public methodGtProperty(Property)
Public methodGtSome
Public methodIn(ICollection)
Public methodIn(array<Object>[]()[][])
Public methodIn(DetachedCriteria)
Public methodIsEmpty
Public methodIsNotEmpty
Public methodIsNotNull
Public methodIsNull
Public methodLe(Object)
Public methodLe(DetachedCriteria)
Public methodLeAll
Public methodLeProperty(String)
Public methodLeProperty(Property)
Public methodLeSome
Public methodLike(Object)
Public methodLike(String, MatchMode)
Public methodLt(Object)
Public methodLt(DetachedCriteria)
Public methodLtAll
Public methodLtProperty(String)
Public methodLtProperty(Property)
Public methodLtSome
Public methodMax
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMin
Public methodNe
Public methodNotEqProperty(String)
Public methodNotEqProperty(Property)
Public methodNotIn
Public methodToGroupSqlString (Inherited from PropertyProjection.)
Public methodToSqlString (Inherited from PropertyProjection.)
Public methodToString (Inherited from PropertyProjection.)

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.)

Properties

  NameDescription
Public propertyAliases (Inherited from SimpleProjection.)
Public propertyIsAggregate (Inherited from PropertyProjection.)
Public propertyIsGrouped (Inherited from PropertyProjection.)
Public propertyPropertyName (Inherited from PropertyProjection.)

See Also