| 12345678910111213141516171819 |
- //
- // System.Data.SqlClient.SqlDataReader.cs
- //
- // Author:
- // Rodrigo Moya ([email protected])
- //
- // (C) Ximian, Inc
- //
- namespace System.Data.SqlClient
- {
- /// <summary>
- /// Provides a means of reading one or more forward-only streams of result sets obtained by executing a command at a SQL database.
- /// </summary>
- public class SqlErrors : ICollection, IEnumerable
- {
- [MonoTODO]
- }
- }
|