IsClosed property

Description

Returns “true” if the AseDataReader is closed; otherwise, it returns “false.”

Syntax

bool IsClosed

Access

Read-only

Property Value

“True” if the AseDataReader is closed; otherwise, “false.”

Implements

IDataReader.IsClosed

Usage

IsClosed and RecordsAffected are the only properties that you can call after the AseDataReader is closed.