FillErrorEventArgs(DataTable, Object[]) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe FillErrorEventArgs.
public:
FillErrorEventArgs(System::Data::DataTable ^ dataTable, cli::array <System::Object ^> ^ values);
public FillErrorEventArgs(System.Data.DataTable? dataTable, object?[]? values);
public FillErrorEventArgs(System.Data.DataTable dataTable, object[] values);
new System.Data.FillErrorEventArgs : System.Data.DataTable * obj[] -> System.Data.FillErrorEventArgs
Public Sub New (dataTable As DataTable, values As Object())
Paramètres
- values
- Object[]
Valeurs de la ligne en cours de mise à jour.