QueryBuilderMode Enum

Definition

Specifies the type of data-store query the design environment should construct.

C#
public enum QueryBuilderMode
Inheritance
QueryBuilderMode

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

Produkt Verzie
.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