ArcObjects Library Reference (Geoprocessing)  

IGpDescribeField.IsNullable Property

Indicates whether the field supports NULL values.

[Visual Basic .NET]
Public Property IsNullable As String
[C#]
public string IsNullable {get; set;}
[C++]
HRESULT get_IsNullable(
  BSTR* IsNullable
);
[C++]
HRESULT put_IsNullable(
  BSTR IsNullable
);
[C++]

Parameters

IsNullable [out, retval]   IsNullable is a parameter of type BSTR IsNullable [in]   IsNullable is a parameter of type BSTR

Product Availability

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

See Also

IGpDescribeField Interface