Chili.Opf3 Send comments on this topic.
IsNullable Property
See Also 
Chili.Opf3.Mapping Namespace > IMemberInfo Interface : IsNullable Property




Returns whether the IMemberInfo object is representing an element that is a value type but is allowed to be null.

Syntax

Visual Basic (Declaration) 
Overridable ReadOnly Property IsNullable As Boolean
Visual Basic (Usage)Copy Code
Dim instance As IMemberInfo
Dim value As Boolean
 
value = instance.IsNullable
C# 
virtual bool IsNullable {get;}
Managed Extensions for C++ 
__property virtual bool get_IsNullable();
C++/CLI 
virtual property bool IsNullable {
   bool get();
}

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also