DataReader.IsNullItem Method
Indicates whether the data item at the specified index is unspecified, that is, a null reference (Nothing in Visual Basic).
Overload List
Name | Description | |
---|---|---|
IsNullItem(Int32) | Indicates whether the data item at the specified index is unspecified, that is, a null reference (Nothing in Visual Basic). | |
IsNullItem(String) | Indicates whether the value of the given data item is unspecified, that is, a null reference (Nothing in Visual Basic). |
Top