Share via


SqliteConnectionStringBuilder.Pooling Property

Definition

Gets or sets a value indicating whether the connection will be pooled.

public bool Pooling { get; set; }
member this.Pooling : bool with get, set
Public Property Pooling As Boolean

Property Value

A value indicating whether the connection will be pooled.

Applies to