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
The data source operation that caused the exception.
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
Product | Versions |
---|---|
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: