Table of Contents

Method ChangeFlushToDatabaseAfterUpsert

Namespace
Skyline.DataMiner.Net.LogHelpers
Assembly
SLNetTypes.dll

ChangeFlushToDatabaseAfterUpsert(bool)

Changes the flush to database after upsert configuration.

void ChangeFlushToDatabaseAfterUpsert(bool flushToDatabaseAfterUpsert)

Parameters

flushToDatabaseAfterUpsert bool

true to flush to the database after upsert; otherwise, false.

Remarks

Feature introduced in DataMiner 10.2.0 (RN 28837).

See Also