ModelDataSourceView.Insert Methode

Definitie

Hiermee voegt u een methode in en haalt u het resultaat op.

public:
 override void Insert(System::Collections::IDictionary ^ values, System::Web::UI::DataSourceViewOperationCallback ^ callback);
public override void Insert(System.Collections.IDictionary values, System.Web.UI.DataSourceViewOperationCallback callback);
override this.Insert : System.Collections.IDictionary * System.Web.UI.DataSourceViewOperationCallback -> unit
Public Overrides Sub Insert (values As IDictionary, callback As DataSourceViewOperationCallback)

Parameters

values
IDictionary

De waarden die moeten worden ingevoegd.

callback
DataSourceViewOperationCallback

De callback.

Van toepassing op