asp.net.ph

FillErrorEventArgs Constructor

System.Data Namespace   FillErrorEventArgs Class


Initializes a new instance of the FillErrorEventArgs class.

[ VB ]
Public Sub New ( _
   ByVal dataTable As DataTable, _
   ByVal values ( ) As Object _
)

[ C# ]
public FillErrorEventArgs (
   DataTable dataTable,
   object [ ] values
);

[ C++ ]
public: FillErrorEventArgs (
   DataTable* dataTable,
   Object* values __gc [ ]
);

[ JScript ]
public function FillErrorEventArgs (
   dataTable : DataTable,
   values : Object [ ]
);

Parameters

dataTable
The DataTable being updated.
values
The values for the row being updated.
See Also

FillErrorEventArgs Members Skip Navigation Links


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note