AddDBInfoToDisplayName
This property indicates whether or not to add Host, Port and database name to Displayname. Example: Displayname <DB Host/IP>:<DB Port>:<DB Name>
Declaration
// C#
public bool AddDBInfoToDisplayName { get; set; }Return Value
A bool.
Remarks
Default value is false.
Note:
If EnableConnectionLevelAttributes is set to false, then Host, Port, and database name information will not be added to DisplayName.