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

Syntax

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

Parameters

role
Type: System..::.String
propertyRef
Type: System..::.String

See Also