dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniDataSourceEnumerator Class / GetDataSources Method
The data provider specifying the DBMS for which servers to search.

In This Topic
    GetDataSources Method (UniDataSourceEnumerator)
    In This Topic
    Retrieves a DataTable containing information about all known servers for the provider specified.
    Syntax
    'Declaration
     
    Public Shared Function GetDataSources( _
       ByVal providerName As String _
    ) As DataTable
    public static DataTable GetDataSources( 
       string providerName
    )

    Parameters

    providerName
    The data provider specifying the DBMS for which servers to search.

    Return Value

    DataTable containing information about all known servers for the provider specified.
    See Also