SqliteConnection.Handle 属性

定义

获取基础数据库连接的句柄。

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

属性值

IntPtr

nativeint

SQLitePCL.sqlite3

基础数据库连接的句柄。

适用于