This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IField Interface > IField.IsNullable Property (ArcObjects .NET 10.4 SDK) |
Indicates if the field can contain null values.
[Visual Basic .NET] Public ReadOnly Property IsNullable As Boolean
[C#] public bool IsNullable {get;}
[C++]
HRESULT get_IsNullable(
VARIANT_BOOL* IsNullable
);
[C++]
Parameters IsNullable [out, retval] IsNullable is a parameter of type VARIANT_BOOL