16 lines
522 B
C#
Raw Normal View History

//------------------------------------------------------------------------------
// <copyright file="DbConnectionPoolProviderInfo.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
// <owner current="true" primary="true">stevesta</owner>
//------------------------------------------------------------------------------
namespace System.Data.ProviderBase {
using System;
using System.Diagnostics;
internal class DbConnectionPoolProviderInfo {
}
}