DynamicDataSourceOperation Enum

Definition

Describes the type of operation that is being performed by the data source object.

public enum DynamicDataSourceOperation
Inheritance
DynamicDataSourceOperation

Fields

Name Value Description
Delete 0

The data source object is performing a delete operation.

Insert 1

The data source object is performing an insert operation.

Select 2

The data source object is performing a select operation.

Update 3

The data source object is performing an update operation.

ContextCreate 4

The data source object is creating the data context object.

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