Click or drag to resize
AbstractDataConnectionmNestedConnections Field
Nested connections indexed by the connection string [connectionString -> IDbConnection]

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected SafeDictionary<string, IDataConnection> mNestedConnections

Field Value

Type: SafeDictionaryString, IDataConnection
See Also