LinqDataSourceInsertEventArgs Constructors

Definition

Initializes a new instance of the LinqDataSourceInsertEventArgs class.

Overloads

LinqDataSourceInsertEventArgs(Object)

Initializes a new instance of the LinqDataSourceInsertEventArgs class.

LinqDataSourceInsertEventArgs(LinqDataSourceValidationException)

Initializes a new instance of the LinqDataSourceInsertEventArgs class and specifies the provided exception.

LinqDataSourceInsertEventArgs(Object)

Initializes a new instance of the LinqDataSourceInsertEventArgs class.

public:
 LinqDataSourceInsertEventArgs(System::Object ^ newObject);
public LinqDataSourceInsertEventArgs (object newObject);
new System.Web.UI.WebControls.LinqDataSourceInsertEventArgs : obj -> System.Web.UI.WebControls.LinqDataSourceInsertEventArgs
Public Sub New (newObject As Object)

Parameters

newObject
Object

An object that contains the data to insert.

Applies to

LinqDataSourceInsertEventArgs(LinqDataSourceValidationException)

Initializes a new instance of the LinqDataSourceInsertEventArgs class and specifies the provided exception.

public:
 LinqDataSourceInsertEventArgs(System::Web::UI::WebControls::LinqDataSourceValidationException ^ exception);
public LinqDataSourceInsertEventArgs (System.Web.UI.WebControls.LinqDataSourceValidationException exception);
new System.Web.UI.WebControls.LinqDataSourceInsertEventArgs : System.Web.UI.WebControls.LinqDataSourceValidationException -> System.Web.UI.WebControls.LinqDataSourceInsertEventArgs
Public Sub New (exception As LinqDataSourceValidationException)

Parameters

exception
LinqDataSourceValidationException

The exception that occurred when the data to insert was being validated.

Applies to