AdoDotNetTableReader.IsNullItem Method

Retrieves a Boolean value indicating whether the data item at the specified index is a null reference (Nothing in Visual Basic).

Overload List

  Name Description
Public method IsNullItem(String) Indicates whether the value of the given data item is unspecified, that is, a null reference (Nothing in Visual Basic). (Inherited from DataReader.)
Public method IsNullItem(Int32) Retrieves a Boolean value indicating whether the data item at the specified index is a null reference (Nothing in Visual Basic). (Overrides DataReader.IsNullItem(Int32).)

Top

See Also

Reference

AdoDotNetTableReader Class

AdoDotNetTableReader Members

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace