SqliteConnection.Handle Property

Definition

Gets a handle to underlying database connection.

public virtual IntPtr Handle { get; }
public virtual SQLitePCL.sqlite3 Handle { get; }
public virtual SQLitePCL.sqlite3? Handle { get; }
member this.Handle : nativeint
member this.Handle : SQLitePCL.sqlite3
Public Overridable ReadOnly Property Handle As IntPtr
Public Overridable ReadOnly Property Handle As sqlite3

Property Value

IntPtr

nativeint

SQLitePCL.sqlite3

A handle to underlying database connection.

Applies to