// // System.Data.Sql.DataAccessKind // // Author: // Tim Coleman ([email protected]) // // Copyright (C) Tim Coleman, 2003 // #if NET_1_2 namespace System.Data.Sql { public enum DataAccessKind { None, Read } } #endif