//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// markash
// laled
//------------------------------------------------------------------------------
namespace System.Data {
public enum ConflictOption {
CompareAllSearchableValues = 1,
CompareRowVersion = 2,
OverwriteChanges = 3,
}
}