TraceReader.IsNull(Int32) Method

Definition

Gets a Boolean value that specifies whether value of the data at the specified column position is null.

public:
 bool IsNull(int ordinal);
public bool IsNull (int ordinal);
member this.IsNull : int -> bool
Public Function IsNull (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 value of the data at the specified column is null.

If True, the value is null.

If False, the value is not null.

Examples

Readme_Tracer

Applies to