Gets a value indicating whether the column contains non-existent or missing values.
'Declaration
Public Overloads Function IsDBNull( _
ByVal As String _
) As Boolean
Parameters
- name
- The value of the specified column.
Return Value
true if the specified column value is equivalent to
System.DBNull; otherwise,
false.