Initializes a new instance of a OrderedSetType class

Namespace:  NHibernate.Type
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	role As String, _
	propertyRef As String _
)
C#
public OrderedSetType(
	string role,
	string propertyRef
)
Visual C++
public:
OrderedSetType(
	String^ role, 
	String^ propertyRef
)
JavaScript
NHibernate.Type.OrderedSetType = function(role, propertyRef);

Parameters

role
Type: System..::.String
The role the persistent collection is in.
propertyRef
Type: System..::.String

See Also