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.249-beta+56964f8aed6f3f2e54faec1539f7ce0ba6548fdf
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