DatasetQuery.Select Property

Sends an asynchronous Select command when the value is changed.
<ID("Select", (int)e.Select)> _ 
Public Property Select() As Integer
This language is not supported or no code example is available.
[ID("Select", (int)e.Select)] 
public int Select {get; set;}
This language is not supported or no code example is available.

Property Value

int
Remarks
 
The value of the SelectExecuted property is changed when the operation is concluded.
Example
 
C# Example:
  if (@Dataset.Query.Query1.Select.Equals(0))
  @Dataset.Query.Query1.Select= 1;
 else
 @Dataset.Query.Query1.Select= 0;
  					

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition