// // System.Data.KeyRestrictionBehavior // // Author: // Tim Coleman // // Copyright (C) Tim Coleman, 2003 // #if NET_1_1 namespace System.Data { public enum KeyRestrictionBehavior { AllowOnly, PreventUsage } } #endif