AdoDotNetReader.IsNullItem(Int32) Method
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.
Indicates whether the value of the data item at the specified index is unspecified, that is, null.
C++
public:
override bool IsNullItem(int index);
public override bool IsNullItem(int index);
override this.IsNullItem : int -> bool
Public Overrides Function IsNullItem (index As Integer) As Boolean
- index
- Int32
Index of the data item to examine.
true if the item is null, that is, unspecified; otherwise false.
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |