Constructed with property name

Namespace: NHibernate.Criterion.Lambda
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public LambdaSubqueryBuilder(
	string propertyName,
	Object value
)
Visual Basic
Public Sub New ( _
	propertyName As String, _
	value As Object _
)
Visual C++
public:
LambdaSubqueryBuilder(
	String^ propertyName, 
	Object^ value
)

Parameters

propertyName
Type: System..::..String

[Missing <param name="propertyName"/> documentation for "M:NHibernate.Criterion.Lambda.LambdaSubqueryBuilder.#ctor(System.String,System.Object)"]

value
Type: System..::..Object

[Missing <param name="value"/> documentation for "M:NHibernate.Criterion.Lambda.LambdaSubqueryBuilder.#ctor(System.String,System.Object)"]

See Also