SqlDataReader.IsClosed Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère une valeur booléenne qui indique si l'instance de SqlDataReader spécifiée a été fermée.
public:
virtual property bool IsClosed { bool get(); };
public override bool IsClosed { get; }
member this.IsClosed : bool
Public Overrides ReadOnly Property IsClosed As Boolean
Valeur de propriété
true
si l'instance de SqlDataReader spécifiée est fermée ; sinon, false
.
Implémente
Remarques
Il n’est pas possible de lire à partir d’une SqlDataReader instance fermée.