<PackageReference Include="System.Data.SqlClient" Version="1.0.0-beta1" />

SqlConnectionStringBuilder

public ApplicationIntent ApplicationIntent { get; set; }

public string ApplicationName { get; set; }

public bool AsynchronousProcessing { get; set; }

public string AttachDBFilename { get; set; }

public bool ConnectionReset { get; set; }

public int ConnectTimeout { get; set; }

public bool ContextConnection { get; set; }

public string CurrentLanguage { get; set; }

public string DataSource { get; set; }

public bool Encrypt { get; set; }

public bool Enlist { get; set; }

public string FailoverPartner { get; set; }

public string InitialCatalog { get; set; }

public bool IntegratedSecurity { get; set; }

public int LoadBalanceTimeout { get; set; }

public int MaxPoolSize { get; set; }

public int MinPoolSize { get; set; }

public bool MultipleActiveResultSets { get; set; }

public bool MultiSubnetFailover { get; set; }

public string NetworkLibrary { get; set; }

public int PacketSize { get; set; }

public string Password { get; set; }

public bool PersistSecurityInfo { get; set; }

public bool Pooling { get; set; }

public bool Replication { get; set; }

public string TransactionBinding { get; set; }

public bool TrustServerCertificate { get; set; }

public string TypeSystemVersion { get; set; }

public string UserID { get; set; }

public bool UserInstance { get; set; }

public string WorkstationID { get; set; }

public SqlConnectionStringBuilder(string connectionString)