// // System.Data.OleDb.OleDbParameterCollection // // Author: // Rodrigo Moya (rodrigo@ximian.com) // // Copyright (C) Rodrigo Moya, 2002 // using System.Collections; using System.Data; using System.Data.Common; namespace System.Data.OleDb { public sealed class OleDbParameterCollection : MarshalByRefObject, IDataParameterCollection, IList, ICollection, IEnumerable { } }