SqliteDataReader.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 prepared statement.
public virtual IntPtr Handle { get; }
public virtual SQLitePCL.sqlite3_stmt Handle { get; }
public virtual SQLitePCL.sqlite3_stmt? Handle { get; }
member this.Handle : nativeint
member this.Handle : SQLitePCL.sqlite3_stmt
Public Overridable ReadOnly Property Handle As IntPtr
Public Overridable ReadOnly Property Handle As sqlite3_stmt
Property Value
IntPtr
nativeint
SQLitePCL.sqlite3_stmt
A handle to underlying prepared statement.