DynamicDataSourceOperation Enum
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.
Describes the type of operation that is being performed by the data source object.
public enum class DynamicDataSourceOperation
public enum DynamicDataSourceOperation
type DynamicDataSourceOperation =
Public Enum DynamicDataSourceOperation
- Inheritance
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.