Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

ObjectDataReader<(Of <(<'TObject>)>)>..::..IsDBNull Method

Gets a value that indicates whether the column contains nonexistent or missing values.

Namespace:  Tortuga.Chain
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public bool IsDBNull(
	int ordinal
)
Public Function IsDBNull ( _
	ordinal As Integer _
) As Boolean
public:
bool^ IsDBNull(
	int^ ordinal
)

Parameters

ordinal
Type: Int32
The zero-based column ordinal.

Return Value

true if the specified column is equivalent to DBNull; otherwise false.