5 references to MinPoolSize
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (5)
154
validKeywords[(int)Keywords.
MinPoolSize
] = DbConnectionStringKeywords.MinPoolSize;
197
hash.Add(DbConnectionStringKeywords.MinPoolSize, Keywords.
MinPoolSize
);
281
case Keywords.
MinPoolSize
: MinPoolSize = ConvertToInt32(value); break;
970
case Keywords.
MinPoolSize
: return MinPoolSize;
1105
case Keywords.
MinPoolSize
: