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.255-beta+d64b121002b51165b41b0dbf6ccf4c8d3895faa3
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