A Hibernate persistent object (entity) type.
Namespace: NHibernateAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public static IType Entity( string entityName ) |
Visual Basic |
---|
Public Shared Function Entity ( _ entityName As String _ ) As IType |
Visual C++ |
---|
public: static IType^ Entity( String^ entityName ) |
Parameters
- entityName
- Type: System..::..String
a mapped entity class
Return Value
[Missing <returns> documentation for "M:NHibernate.NHibernateUtil.Entity(System.String)"]