[Missing <summary> documentation for "M:NHibernate.Criterion.Property.ForName(System.String)"]

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

Syntax

C#
public static Property ForName(
	string propertyName
)
Visual Basic
Public Shared Function ForName ( _
	propertyName As String _
) As Property
Visual C++
public:
static Property^ ForName(
	String^ propertyName
)

Parameters

propertyName
Type: System..::..String

[Missing <param name="propertyName"/> documentation for "M:NHibernate.Criterion.Property.ForName(System.String)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Criterion.Property.ForName(System.String)"]

See Also