Share via


xRecord.skipDataMethods Method

Definition

Overloads

skipDataMethods()

Gets and sets the property that indicates whether to discard overloaded methods.

skipDataMethods(Boolean)

skipDataMethods()

Gets and sets the property that indicates whether to discard overloaded methods.

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

Returns

true if overloaded methods should be discarded; otherwise, false.

Applies to

skipDataMethods(Boolean)

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

Parameters

_newValue
Boolean

A Boolean value that indicates whether to discard overloaded methods; optional.

Returns

Applies to