TraceReader.IsDBNull(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether the specified column is set to null.
public:
virtual bool IsDBNull(int ordinal);
public bool IsDBNull (int ordinal);
abstract member IsDBNull : int -> bool
override this.IsDBNull : int -> bool
Public Function IsDBNull (ordinal As Integer) As Boolean
Parameters
Returns
A Boolean value that specifies whether the specified column is set to null.
If True, the value is null.
If False, the is not null.