Click or drag to resize

SchemaOpenConnection(String, DatabaseType, Schema, Boolean) Method

Opens an ADO connection.

Namespace: GSF.Data
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.256-beta+0e7e94d39a9b10efe7e26e3b8d5130afc0dd4d74
Syntax
public static IDbConnection OpenConnection(
	string connectionString,
	out DatabaseType databaseType,
	out Schema deserializedSchema,
	out bool isAdoConnection
)
View Source

Parameters

connectionString  String
ADO connection string.
databaseType  DatabaseType
Database type.
deserializedSchema  Schema
The deserialized schema.
isAdoConnection  Boolean
Flag that determines if connection is ADO.

Return Value

IDbConnection
Opened connection.
See Also