Namespace:
NHibernate.Persister.Entity
Assembly: NHibernate (in NHibernate.dll)
IEntityPersister..::.PropertyNames
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property PropertyNames As String() |
C# |
---|
public virtual string[] PropertyNames { get; } |
Visual C++ |
---|
public: virtual property array<String^>^ PropertyNames { array<String^>^ get (); } |
JavaScript |
---|
function get_propertyNames(); |
Implements
IClassMetadata..::.PropertyNamesIEntityPersister..::.PropertyNames