[]
Gets a boolean for whether the specified column is missing a value or not/false.
public override bool IsDBNull(int ordinal)
| Type | Name | Description |
|---|---|---|
| int | ordinal | The zero-based column ordinal. |
| Type | Description |
|---|---|
| bool | true if the specified column is equivalent to System.DBNull; otherwise false. |