DynamicValidatorEventArgs.Operation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.