[Missing <summary> documentation for "M:NHibernate.Criterion.Example.GetNotNullPropertyCriterion(System.Object,System.String)"]

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

Syntax

C#
protected virtual ICriterion GetNotNullPropertyCriterion(
	Object propertyValue,
	string propertyName
)
Visual Basic
Protected Overridable Function GetNotNullPropertyCriterion ( _
	propertyValue As Object, _
	propertyName As String _
) As ICriterion
Visual C++
protected:
virtual ICriterion^ GetNotNullPropertyCriterion(
	Object^ propertyValue, 
	String^ propertyName
)

Parameters

propertyValue
Type: System..::..Object

[Missing <param name="propertyValue"/> documentation for "M:NHibernate.Criterion.Example.GetNotNullPropertyCriterion(System.Object,System.String)"]

propertyName
Type: System..::..String

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

Return Value

[Missing <returns> documentation for "M:NHibernate.Criterion.Example.GetNotNullPropertyCriterion(System.Object,System.String)"]

See Also