QueryBuilderMode Enum
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
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. |
The QueryBuilderMode enumeration is used when you call the IDataEnvironment.BuildQuery method to indicate the type of query desired.
منتج | الإصدارات |
---|---|
.NET Framework | 2.0, 3.0, 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 |
ملاحظات .NET
.NET هو مشروع مصدر مفتوح. حدد رابطًا لتقديم الملاحظات: