Standard using Camelot .NET SharePoint Connector
Connection string
This Camelot .NET Connector for Microsoft SharePoint connection string can be used for connections to SharePoint.
Server=myServerAddress;Database=mySite;Domain=myDomain;User=myUsername;
Password=myPassword;
NTLM is default authentication method. Domain and Database are optional parameters.