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.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
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