Add(string, string)

This method adds an element with pool name as the key and connection string as the value.

Definition

C#
public void Add(string poolName, string passwordLessConnectionString)

Parameters

  • poolName (string) – name to identify pool with

  • passwordLessConnectionString (string) – connection string without password field

Exceptions

NullReferenceException – If either or both poolName and passwordLessConnectionString are null.