Click or drag to resize
IDbFactoryCreateConnection Method (String)

[This is preliminary documentation and is subject to change.]

Creates a connection using the ConnectionString matching specified name

Namespace: Netadmin.Core
Assembly: Netadmin.Core (in Netadmin.Core.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
DbConnection CreateConnection(
	string connectionStringName
)

Parameters

connectionStringName
Type: SystemString
The name of a defined connectionstring

Return Value

Type: DbConnection

[Missing <returns> documentation for "M:Netadmin.Core.IDbFactory.CreateConnection(System.String)"]

See Also