次の方法で共有


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

基になるデータベース接続へのハンドル。

適用対象