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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph