CurrentValueRecord.SetDBNull(Int32) Method

Definition

Sets a field to the DBNull value.

public:
 void SetDBNull(int ordinal);
public void SetDBNull (int ordinal);
member this.SetDBNull : int -> unit
Public Sub SetDBNull (ordinal As Integer)

Parameters

ordinal
Int32

The ordinal of the field.

Applies to