Namespace:
NHibernate.Persister.Entity
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property PropertyInsertability As Boolean() |
C# |
---|
public virtual bool[] PropertyInsertability { get; } |
Visual C++ |
---|
public: virtual property array<bool>^ PropertyInsertability { array<bool>^ get (); } |
JavaScript |
---|
function get_propertyInsertability(); |