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