ADODC.EndOfRecordsetDelegate Delegate
.NET Framework 3.0
Represents the method that will handle an event.
This delegate is not CLS-compliant. Namespace: Microsoft.VisualBasic.Compatibility.VB6
Assembly: Microsoft.VisualBasic.Compatibility.Data (in microsoft.visualbasic.compatibility.data.dll)
Assembly: Microsoft.VisualBasic.Compatibility.Data (in microsoft.visualbasic.compatibility.data.dll)
[CLSCompliantAttribute(false)] public delegate void EndOfRecordsetDelegate ( ref bool fMoreData, ref EventStatusEnum adStatus, Recordset pRecordset )
/** @delegate */ /** @attribute CLSCompliantAttribute(false) */ public delegate void EndOfRecordsetDelegate ( /** @ref */ boolean fMoreData, /** @ref */ EventStatusEnum adStatus, Recordset pRecordset )
Not applicable.
Parameters
- fMoreData
A Boolean determining whether the end of the Recordset has been reached.
- adStatus
An ADODB.EventStatusEnum.
- pRecordset
An ADODB.Recordset object.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: