SqlDataRecord.SetDBNull(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.
Sets the value in the specified column to DBNull.
public:
virtual void SetDBNull(int ordinal);
public virtual void SetDBNull (int ordinal);
abstract member SetDBNull : int -> unit
override this.SetDBNull : int -> unit
Public Overridable Sub SetDBNull (ordinal As Integer)
Parameters
- ordinal
- Int32
The zero-based ordinal of the column.