| 1234567891011121314151617181920 |
- //
- // 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
- {
- // TODO
- }
- }
|