DbDataRecord::GetBoolean Method (Int32)

 

Returns the value of the specified column as a Boolean.

Namespace:   System.Data.Common
Assembly:  System.Data (in System.Data.dll)

public:
virtual bool GetBoolean(
	int i
) abstract

Parameters

i
Type: System::Int32

The column ordinal.

Return Value

Type: System::Boolean

true if the Boolean is true; otherwise false.

No conversions are performed; therefore the data retrieved must already be a Boolean.

.NET Framework
Available since 1.1
Return to top
Show: