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

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

Field Value

Type: SafeDictionary<String, IDataConnection>
See Also