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