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.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
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