SqliteConnection.Handle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.