FormBuildDataSource.onlyFetchActive Method
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.
Overloads
onlyFetchActive() | |
onlyFetchActive(Boolean) |
onlyFetchActive()
public:
virtual bool onlyFetchActive();
public virtual bool onlyFetchActive ();
abstract member onlyFetchActive : unit -> bool
override this.onlyFetchActive : unit -> bool
Public Overridable Function onlyFetchActive () As Boolean
Returns
Applies to
onlyFetchActive(Boolean)
public:
virtual bool onlyFetchActive(bool _value);
public virtual bool onlyFetchActive (bool _value);
abstract member onlyFetchActive : bool -> bool
override this.onlyFetchActive : bool -> bool
Public Overridable Function onlyFetchActive (_value As Boolean) As Boolean
Parameters
- _value
- Boolean