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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.