Click or drag to resize
IStatement Properties

The IStatement type exposes the following members.

Properties
  NameDescription
Public propertyBindParameters
An IReadOnlyOrderedDictionaryTKey, TValue of the statement's bind parameters keyed by the parameter name. Note when accessing by index the first parameter is zero-based indexed unlike in the native SQLite APIs that are one-based indexed.
Public propertyColumns
An IReadOnlyListT of the columns in the statement's resultset.
Public propertyCurrent
Gets the element in the collection at the current position of the enumerator.
(Inherited from IEnumeratorIReadOnlyListIResultSetValue.)
Public propertyIsBusy
if the statement is busy, otherwise .
Public propertyIsReadOnly
if the statement is readonly, otherwise .
Public propertySQL
The text string used to prepare the statement.
Top
See Also