TraceReader.IsNull(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.
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
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.