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 [ ] );
FillErrorEventArgs Members
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