System.Data.Common.GroupByBehavior public enum GroupByBehavior Documentation Code namespace System.Data.Common { public enum GroupByBehavior { ExactMatch = 4, MustContainAll = 3, NotSupported = 1, Unknown = 0, Unrelated = 2 } }