CurrentValueRecord.IsDBNull(Int32) Method
In this article
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.
Returns a value that indicates whether the specified field is set to null
.
public:
override bool IsDBNull(int ordinal);
public override bool IsDBNull(int ordinal);
override this.IsDBNull : int -> bool
Public Overrides Function IsDBNull (ordinal As Integer) As Boolean
- ordinal
- Int32
The ordinal of the field.
true
if the field is set to null
; otherwise, false
.
Applies to
Product | Versions |
---|---|
.NET Framework | 3.5 |