SqliteDataReader.Handle 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.
Obtient un handle vers l’instruction préparée sous-jacente.
public virtual IntPtr Handle { get; }
public virtual SQLitePCL.sqlite3_stmt Handle { get; }
public virtual SQLitePCL.sqlite3_stmt? Handle { get; }
member this.Handle : nativeint
member this.Handle : SQLitePCL.sqlite3_stmt
Public Overridable ReadOnly Property Handle As IntPtr
Public Overridable ReadOnly Property Handle As sqlite3_stmt
Valeur de propriété
IntPtr
nativeint
SQLitePCL.sqlite3_stmt
Handle à l’instruction préparée sous-jacente.