WebConnectionStringBuilderRequireNewInstance Property

Gets or sets whether to reuse an existing connection if recalled while the connection is still active.

Definition

Namespace: Configuration.Helper
Assembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
C#
public bool RequireNewInstance { get; set; }

Property Value

Boolean

Remarks

The default is false.

See Also