Get the name of this collection role (the fully qualified class name,
extended by a "property path")
Namespace:
NHibernate.Persister.CollectionAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property Role As String |
C# |
---|
public string Role { get; } |
Visual C++ |
---|
public: virtual property String^ Role { String^ get () sealed; } |
JavaScript |
---|
function get_role(); |
Implements
ICollectionMetadata..::.RoleICollectionPersister..::.Role