Initializes a new instance of the PropertyExpression class.
Namespace: NHibernate.CriterionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
protected PropertyExpression( string lhsPropertyName, string rhsPropertyName ) |
Visual Basic |
---|
Protected Sub New ( _ lhsPropertyName As String, _ rhsPropertyName As String _ ) |
Visual C++ |
---|
protected: PropertyExpression( String^ lhsPropertyName, String^ rhsPropertyName ) |
Parameters
- lhsPropertyName
- Type: System..::..String
Name of the LHS property.
- rhsPropertyName
- Type: System..::..String
Name of the RHS property.