This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpDescribeField Interface > IGpDescribeField.IsNullable Property (ArcObjects .NET 10.5 SDK) |
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