A projected property value
Namespace:
NHibernate.ExpressionAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function Property ( _ propertyName As String _ ) As PropertyProjection |
C# |
---|
public static PropertyProjection Property( string propertyName ) |
Visual C++ |
---|
public: static PropertyProjection^ Property( String^ propertyName ) |
JavaScript |
---|
NHibernate.Expression.Projections.property = function(propertyName); |
Parameters
- propertyName
- Type: System..::.String