[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Data.ListDataSource.IsDBNull

IsDBNull Method

IsDBNull(int)

Return whether the specified field is set to null.

Declaration
public bool IsDBNull(int i)
Parameters
Type Name Description
int i

The index of the field to find.

Returns
Type Description
bool

true if the specified field is set to null; otherwise, false.

Implements