dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniConnectionStringBuilder Class / GetNativeConnectionString Method

In This Topic
    GetNativeConnectionString Method
    In This Topic
    Gets the connection string that will be passed to the corresponding Provider.
    Syntax
    'Declaration
     
    Public Function GetNativeConnectionString() As String
    public string GetNativeConnectionString()

    Return Value

    The connection string that will be passed to the corresponding Provider.
    See Also