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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.