Get the names of all persistent classes that implement/extend the given interface/class
Namespace: NHibernate.EngineAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
Visual Basic |
---|
Function GetImplementors ( _
entityOrClassName As String _
) As String() |
Visual C++ |
---|
array<String^>^ GetImplementors(
String^ entityOrClassName
) |
Parameters
- entityOrClassName
- Type: System..::..String
The entity-name, the class name or full name, the imported class name.
Return Value
All implementors class names.
See Also