This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpCursorRow Interface > IGpCursorRow.IsNull Property (ArcObjects .NET 10.4 SDK) |
Indicates whether or not the value of the specified field in the row object is NULL.
[Visual Basic .NET] Public Function get_IsNull ( _ ByVal Field As String _ ) As Boolean
[C#] public bool get_IsNull ( string Field );
[C++]
HRESULT get_IsNull(
BSTR Field,
VARIANT_BOOL* IsNull
);
[C++]
Parameters Field [in] Field is a parameter of type BSTR IsNull [out, retval] IsNull is a parameter of type VARIANT_BOOL