// // System.Data.Sql.DataAccessKind // // Author: // Tim Coleman (tim@timcoleman.com) // // Copyright (C) Tim Coleman, 2003 // #if NET_2_0 namespace System.Data.Sql { public enum DataAccessKind { None, Read } } #endif