Condividi tramite


SqliteDataReader.Handle Proprietà

Definizione

Ottiene un handle per l'istruzione preparata sottostante.

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

Valore della proprietà

IntPtr

nativeint

SQLitePCL.sqlite3_stmt

Handle all'istruzione preparata sottostante.

Si applica a