This documentation is archived and is not being maintained.

LinqDataSourceInsertEventArgs Properties

The LinqDataSourceInsertEventArgs type exposes the following members.

  NameDescription
Public property Cancel Gets or sets a value indicating whether the event should be canceled. (Inherited from CancelEventArgs.)
Public property Exception Gets the exception that was thrown while the data was being validated before the insert operation.
Public property ExceptionHandled Gets or sets a value that indicates whether the exception was handled and that it should not be thrown again.
Public property NewObject Gets the object that contains the data to insert.
Top
Show: