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 opening.

[Visual Basic]
Public Event OpeningRecordSet() As OpeningRecordSetEventHandler
[C#]
public event OpeningRecordSetEventHandler OpeningRecordSet();

Event Data

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

PropertyDescription
LayoutWriter Gets the LayoutWriter argument of the Query's OpeningRecordSet Event.
RecordSet Gets the RecordSet argument of the Query's OpeningRecordSet 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