See Also

Query Class  | Query Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

Show All

Occurs when the recordset is closing.

[Visual Basic]
Public Event ClosingRecordSet() As ClosingRecordSetEventHandler
[C#]
public event ClosingRecordSetEventHandler ClosingRecordSet();

Event Data

The event handler receives an argument of type ClosingRecordSetEventArgs containing data related to this event. The following ClosingRecordSetEventArgs properties provide information specific to this event.

PropertyDescription
Closed Gets or sets a value indicating whether the connection and recordset is already closed.
LayoutWriter Gets the LayoutWriter argument of the Query's ClosingRecordSet Event.
RecordSet Gets the RecordSet argument of the Query's ClosingRecordSet Event.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Query Class  | Query Members

 

 


© Copyright 2007, ceTe Software