Namespace: NHibernate.TypeAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
Visual Basic |
---|
Public Sub New ( _
role As String, _
propertyRef As String _
) |
Visual C++ |
---|
public:
GenericBagType(
String^ role,
String^ propertyRef
) |
Parameters
- role
- Type: System..::..String
The role the persistent collection is in.
- propertyRef
- Type: System..::..String
The name of the property in the
owner object containing the collection ID, or nullNothingnullptra null reference (Nothing in Visual Basic) if it is
the primary key.
See Also