Share via


FormDataSource.onlyFetchActive Method

Definition

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

Returns

Applies to