SnapshotMode Property

Syntax:

public bool SnapshotMode { get; set; }

Description:

Type: System.Boolean

Gets or sets the snapshot mode for the connection string. The snapshot mode instructs RDM SQL whether or not to use a snapshot when it performs a read operation. If the snapshot mode is set to true, RDM SQL uses a snapshot when it reads from the RDM database. Otherwise, RDM SQL uses a regular read transaction. The default value is false.

Exceptions:

None