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