DynamicValidatorEventArgs.Operation Property

Definition

Gets the data source operation that caused an exception in the DynamicValidator class.

public:
 property System::Web::DynamicData::DynamicDataSourceOperation Operation { System::Web::DynamicData::DynamicDataSourceOperation get(); };
public System.Web.DynamicData.DynamicDataSourceOperation Operation { get; }
member this.Operation : System.Web.DynamicData.DynamicDataSourceOperation
Public ReadOnly Property Operation As DynamicDataSourceOperation

Property Value

The data source operation that caused the exception.

Remarks

ASP.NET Dynamic Data provides data source operation that can be performed by the data source object. These operations include Delete, Insert, Select and Update and ContextCreate. If an exception occurs, the DynamicValidator class uses this property to retrieve the operation that triggered that exception.

Applies to