QueryBuilderMode 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.
Specifies the type of data-store query the design environment should construct.
public enum class QueryBuilderMode
public enum QueryBuilderMode
type QueryBuilderMode =
Public Enum QueryBuilderMode
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Select | 0 | The query being built is a Select query. |
Update | 1 | The query being built is an Update query. |
Insert | 2 | The query being built is an Insert query. |
Delete | 3 | The query being built is a Delete query. |
Remarks
The QueryBuilderMode enumeration is used when you call the IDataEnvironment.BuildQuery method to indicate the type of query desired.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.