|
SchemaOpenConnection(String, DatabaseType, Schema, Boolean) Method
|
Opens an ADO connection.
Namespace: GSF.DataAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
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