ConnectionSettings.NonPooledConnection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
By default, all connections to SQL Server are taken from an ADO.NET connection pool.If set to true, this allows users to create a non-pooled connection (will not be reused when closed). Exceptions: ConnectionCannotBeChangedException
public bool NonPooledConnection { get; set; }
member this.NonPooledConnection : bool with get, set
Public Property NonPooledConnection As Boolean