A factory for property-specific AbstractCriterion and projection instances
Namespace:
NHibernate.ExpressionAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class Property _ Inherits PropertyProjection |
C# |
---|
[SerializableAttribute] public class Property : PropertyProjection |
Visual C++ |
---|
[SerializableAttribute] public ref class Property : public PropertyProjection |
JavaScript |
---|
NHibernate.Expression.Property = function(); Type.createClass( 'NHibernate.Expression.Property', NHibernate.Expression.PropertyProjection); |
Inheritance Hierarchy
System..::.Object
NHibernate.Expression..::.SimpleProjection
NHibernate.Expression..::.PropertyProjection
NHibernate.Expression..::.Property
NHibernate.Expression..::.SimpleProjection
NHibernate.Expression..::.PropertyProjection
NHibernate.Expression..::.Property