You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exposing a connection string builder as a public API could improve performance of plugins which don't have access to internal members of a connection. At the same time the exposed connection string builder must not contain the provided password and must be read only.
Exposing a connection string builder as a public API could improve performance of plugins which don't have access to internal members of a connection. At the same time the exposed connection string builder must not contain the provided password and must be read only.