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


IField.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 > IField Interface > IField.IsNullable Property
ArcGIS Developer Help

IField.IsNullable Property

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(
  Boolean* IsNullable
);
[C++]
Parameters
IsNullable [out, retval]

IsNullable is a parameter of type bool*

Product Availability

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

See Also

IField Interface