Namespace:
NHibernate.Persister.Entity
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides ReadOnly Property TableName As String |
C# |
---|
public override string TableName { get; } |
Visual C++ |
---|
public: virtual property String^ TableName { String^ get () override; } |
JavaScript |
---|
function get_tableName(); |