TraceReader.IsDBNull(Int32) Method

Definition

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

ordinal
Int32

An Int32 value that specifies the column position of the data.

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.

Implements

Examples

Readme_Tracer

Applies to