Initializes a new instance of the LePropertyExpression class.
Namespace: NHibernate.CriterionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public LePropertyExpression( IProjection lhsProjection, string rhsPropertyName ) |
Visual Basic |
---|
Public Sub New ( _ lhsProjection As IProjection, _ rhsPropertyName As String _ ) |
Visual C++ |
---|
public: LePropertyExpression( IProjection^ lhsProjection, String^ rhsPropertyName ) |
Parameters
- lhsProjection
- Type: NHibernate.Criterion..::..IProjection
The projection.
- rhsPropertyName
- Type: System..::..String
Name of the RHS property.