Connection.ConnectionFromPool Property

Definition

Gets or sets a value whether the connection from pool is nullable.

public:
 property Nullable<bool> ConnectionFromPool { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? ConnectionFromPool { get; set; }
member this.ConnectionFromPool : Nullable<bool> with get, set
Public Property ConnectionFromPool As Nullable(Of Boolean)

Property Value

true if the connection from pool is nullable; otherwise, false.

Applies to