다음을 통해 공유


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

기본 데이터베이스 연결에 대한 핸들입니다.

적용 대상