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


IFieldEdit.IsNullable Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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 VARIANT_BOOL

Product Availability

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

See Also

IFieldEdit Interface