SqliteDataReader.Handle Property

Definition

Gets a handle to underlying prepared statement.

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

Property Value

IntPtr

nativeint

SQLitePCL.sqlite3_stmt

A handle to underlying prepared statement.

Applies to