Table of Contents

Enum KeepDuplicateMode

Namespace
Datafication.Core.Data
Assembly
Datafication.Core.dll

Specifies which duplicates to keep when dropping duplicate rows.

public enum KeepDuplicateMode

Fields

First = 0

Keep the first occurrence of each duplicate set.

Last = 1

Keep the last occurrence of each duplicate set.

None = 2

Remove all duplicates (keep nothing from duplicate sets, only keep unique rows).