xRecord.skipDatabaseLog Method

Definition

Overloads

skipDatabaseLog()

Gets and sets the property that indicates whether to skip database log requests.

skipDatabaseLog(Boolean)

skipDatabaseLog()

Gets and sets the property that indicates whether to skip database log requests.

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

Returns

true if database log requests should be skipped; otherwise, false.

Applies to

skipDatabaseLog(Boolean)

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

Parameters

_newValue
Boolean

A Boolean value that indicates whether to skip database log requests; optional.

Returns

Applies to