dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlConnectionStringBuilder Class / NetworkLibrary Property

In This Topic
    NetworkLibrary Property
    In This Topic
    Gets or sets a string that contains the name of the network library used to establish a connection to the SQL Server.
    Syntax
    'Declaration
     
    Public Property NetworkLibrary As String
    public string NetworkLibrary {get; set;}

    Property Value

    The name of the network library.
    Remarks
    Supported values for this property include dbnmpntw (Named Pipes), dbmsrpcn (Multiprotocol), dbmsadsn (AppleTalk), dbmsgnet (VIA), dbmslpcn (Shared Memory) and dbmsspxn (IPX/SPX), and dbmssocn (TCP/IP). The corresponding network DLL must be installed on the system to which you connect.
    See Also