Retrieve the connection string from a UDL file.

Namespace: ININ.IceLib.Configuration.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public string GetUDLContents(
	string udlFile
)
Visual Basic
Public Function GetUDLContents ( _
	udlFile As String _
) As String

Parameters

udlFile
Type: System..::..String
The name of the UDL file.

Return Value

A database connection string.

See Also