QueryableDataSourceView.BuildInsertObject Method

Definition

Creates the objects to use for the insert operation by using the values to insert and the error message to display if the operation fails.

protected System.Web.UI.WebControls.QueryableDataSourceEditData BuildInsertObject (System.Collections.IDictionary values, System.Collections.Generic.IDictionary<string,Exception> validationErrors);

Parameters

values
IDictionary

The values of the rows to insert in the data source.

validationErrors
IDictionary<String,Exception>

The list of conversion errors that are created by the system when a CRUD operation fails.

Returns

The objects to use for the insert operation.

Applies to

Продукт Версии
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1