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