Contents Index GetValues method IsDBNull method

ASA Programming Guide
  Adaptive Server Anywhere .NET Data Provider API Reference
    AsaDataReader class

IsClosed property


Description 

Returns true if the AsaDataReader is closed. Otherwise it returns false.

Syntax 

bool IsClosed

Access 

Read-only

Property Value 

True if the AsaDataReader is closed; otherwise, false.

Implements 

IDataReader.IsClosed

Usage 

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


Contents Index GetValues method IsDBNull method