ADODC.WillChangeRecordDelegate Delegate
Assembly: Microsoft.VisualBasic.Compatibility.Data (in microsoft.visualbasic.compatibility.data.dll)
[CLSCompliantAttribute(false)] public delegate void WillChangeRecordDelegate ( EventReasonEnum adReason, int cRecords, ref EventStatusEnum adStatus, Recordset pRecordset )
/** @delegate */ /** @attribute CLSCompliantAttribute(false) */ public delegate void WillChangeRecordDelegate ( EventReasonEnum adReason, int cRecords, /** @ref */ EventStatusEnum adStatus, Recordset pRecordset )
Not applicable.
Parameters
- adReason
An ADODB.EventReasonEnum.
- cRecords
An Integer that represents the number of records.
- adStatus
An ADODB.EventStatusEnum.
- pRecordset
An ADODB.Recordset object.
Note: |
|---|
| Functions and objects in the Microsoft.VisualBasic.Compatibility.VB6 namespace are provided for use by the tools for upgrading from Visual Basic 6.0 to Visual Basic Code Name "Orcas". In most cases, these functions and objects duplicate functionality that you can find in other namespaces in the .NET Framework. They are necessary only when the Visual Basic 6.0 code model differs significantly from the .NET Framework implementation. |
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.
Note: