LAUREL BRIDGE

DatabaseConnectionDictionary Property

DICOM Connectivity Framework V3.4
A dictionary of AssociationAcceptor ids to SqlCeConnection objects.

Namespace:  LaurelBridge.DCFExamples.SampleVNA
Assembly:  SampleVNA (in SampleVNA.exe) Version: DCF34 r13043 DCF_3_4_56_20220408 NetFramework
Syntax

C#
public static Dictionary<string, SqlCeConnection> ConnectionDictionary { get; set; }

Property Value

Type: DictionaryString, SqlCeConnection
See Also

Reference