Partager via


SqliteDataReader.Handle Propriété

Définition

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.

S’applique à