|
SchemaOpenConnection(String, DatabaseType, Schema, Boolean) Method
|
Opens an ADO connection.
Namespace: GSF.DataAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax GSF.Data.Schema.OpenConnection = function(connectionString, databaseType, deserializedSchema, isAdoConnection);
View SourceParameters
- 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
IDbConnectionOpened connection.
See Also