Share via


FormBuildDataSource.autoQuery Method

Definition

Overloads

autoQuery()
autoQuery(Boolean)

autoQuery()

public:
 virtual bool autoQuery();
public virtual bool autoQuery ();
abstract member autoQuery : unit -> bool
override this.autoQuery : unit -> bool
Public Overridable Function autoQuery () As Boolean

Returns

Applies to

autoQuery(Boolean)

public:
 virtual bool autoQuery(bool _value);
public virtual bool autoQuery (bool _value);
abstract member autoQuery : bool -> bool
override this.autoQuery : bool -> bool
Public Overridable Function autoQuery (_value As Boolean) As Boolean

Parameters

_value
Boolean

Returns

Applies to