1 override of CreateConnection
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlConnectionFactory.cs (1)
39
override protected DbConnectionInternal
CreateConnection
(DbConnectionOptions options, DbConnectionPoolKey poolKey, object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) {
2 references to CreateConnection
System.Data (2)
fx\src\data\System\Data\ProviderBase\DbConnectionFactory.cs (2)
132
DbConnectionInternal newConnection =
CreateConnection
(connectionOptions, poolKey, poolGroupProviderInfo, null, owningConnection, userOptions);
145
DbConnectionInternal newConnection =
CreateConnection
(options, poolKey, poolGroupProviderInfo, pool, owningObject, userOptions);