Share via


AdoDotNetSchemaReader.IsNullItem Method

Include Protected Members
Include Inherited Members

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

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

 

Name

Description

Public method

IsNullItem(Int32)

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

Public method

IsNullItem(String)

Retrieves a Boolean value indicating whether the data item value for the specified data item name is nulla null reference (Nothing in Visual Basic). (Overrides DataReader.IsNullItem(String).)

Top

See Also

Reference

AdoDotNetSchemaReader Class

AdoDotNetSchemaReader Members

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace