Freigeben über


FillErrorEventArgs-Konstruktor

Initialisiert eine neue Instanz der FillErrorEventArgs-Klasse.

Namespace: System.Data
Assembly: System.Data (in system.data.dll)

Syntax

'Declaration
Public Sub New ( _
    dataTable As DataTable, _
    values As Object() _
)
'Usage
Dim dataTable As DataTable
Dim values As Object()

Dim instance As New FillErrorEventArgs(dataTable, values)
public FillErrorEventArgs (
    DataTable dataTable,
    Object[] values
)
public:
FillErrorEventArgs (
    DataTable^ dataTable, 
    array<Object^>^ values
)
public FillErrorEventArgs (
    DataTable dataTable, 
    Object[] values
)
public function FillErrorEventArgs (
    dataTable : DataTable, 
    values : Object[]
)

Parameter

  • dataTable
    Die DataTable-Klasse, die aktualisiert wird.
  • values
    Die Werte für die Zeile, die aktualisiert wird.

Plattformen

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile für Pocket PC, Windows Mobile für Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

.NET Compact Framework

Unterstützt in: 2.0, 1.0

Siehe auch

Referenz

FillErrorEventArgs-Klasse
FillErrorEventArgs-Member
System.Data-Namespace