16 lines
522 B
C#
16 lines
522 B
C#
|
//------------------------------------------------------------------------------
|
||
|
// <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 {
|
||
|
}
|
||
|
}
|