Table of Contents

Enum SqlDatabaseVersionHistoryMode

Namespace
LfrlAnvil.Sql
Assembly
LfrlAnvil.Sql.Core.dll

Represents how ISqlDatabaseFactory should handle version history table records.

public enum SqlDatabaseVersionHistoryMode : byte

Fields

AllRecords = 0

Specifies that all version history table records should be included.

LastRecordOnly = 1

Specifies that only the last registered version history table record should be included.