QueryBuilderMode Enumeration
.NET Framework (current version)
Specifies the type of data-store query the design environment should construct.
Assembly: System.Design (in System.Design.dll)
| Member name | Description | |
|---|---|---|
| Delete | The query being built is a Delete query. | |
| Insert | The query being built is an Insert query. | |
| Select | The query being built is a Select query. | |
| Update | The query being built is an Update query. |
The QueryBuilderMode enumeration is used when you call the IDataEnvironment::BuildQuery method to indicate the type of query desired.
.NET Framework
Available since 2.0
Available since 2.0
Show: