This document is archived and information here might be outdated.  Recommended version.


IFieldEdit.IsNullable Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFieldEdit Interface > IFieldEdit.IsNullable Property
ArcGIS Developer Help

IFieldEdit.IsNullable Property

Indicates if field values can be null.

[Visual Basic .NET]
Public WriteOnly Property IsNullable_2
[C#]
public void IsNullable_2 {set;}
[C++]
HRESULT put_IsNullable(
  VARIANT_BOOL 
);
[C++]
Parameters
 [in]

is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IFieldEdit Interface