C#
VB
C++
Gets or sets the connection name used by the data access provider.
[ConfigurationPropertyAttribute("connectionName", IsRequired=false)]
public string ConnectionName { get; set; }
Public Property ConnectionName As String
The name of the connection used by the data access provider.
This property maps to the connectionName
element in the configuration.
The connection name should correspond to a value in the connectionStrings configuration section.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET