Connection.ConnectionFromPool Propiedad

Definición

Obtiene o establece un valor si la conexión del grupo acepta valores NULL.

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)

Valor de propiedad

true si la conexión del grupo acepta valores NULL; de lo contrario, false.

Se aplica a