ComponentOne DataObjects for .NET
IsNull(Int32) Method

C1.Data.2 Assembly > C1.Data Namespace > C1DataRow Class > IsNull Method : IsNull(Int32) Method
The zero-based index of the field.
Gets a value indicating whether the specified field contains a null value in this row.
Syntax
'Declaration
 
Public Overloads Function IsNull( _
   ByVal fieldIndex As System.Integer _
) As System.Boolean
public System.bool IsNull( 
   System.int fieldIndex
)

Parameters

fieldIndex
The zero-based index of the field.
See Also

Reference

C1DataRow Class
C1DataRow Members
Overload List
C1DataRow Class
SetNull Method