Enum SqlDatabaseVersionHistoryMode
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.