9 lines
109 B
C#
Raw Normal View History

namespace System.Data.SqlClient
{
public enum PoolBlockingPeriod
{
Auto,
AlwaysBlock,
NeverBlock
}
}