Initializes a new instance of a OrderedMapType class.
Namespace:
NHibernate.TypeAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ role As String, _ propertyRef As String _ ) |
C# |
---|
public OrderedMapType( string role, string propertyRef ) |
Visual C++ |
---|
public: OrderedMapType( String^ role, String^ propertyRef ) |
JavaScript |
---|
NHibernate.Type.OrderedMapType = function(role, propertyRef); |
Parameters
- role
- Type: System..::.String
The role the persistent collection is in.
- propertyRef
- Type: System..::.String