Click or drag to resize
SQLiteDatabaseConnection Properties

The SQLiteDatabaseConnection type exposes the following members.

Properties
  NameDescription
Public propertyChanges
Returns the number of database rows that were changed, inserted or deleted by the most recently completed IStatement.
Public propertyIsAutoCommit
Returns true if the given database connection is in autocommit mode,
Public propertyIsReadOnly
Returns true if the database connection is readonly.
Public propertyLastInsertedRowId
Returns the rowid of the most recent successful INSERT into a rowid or virtual table.
Public propertyStatements
An enumeration of the connection's currently opened statements in the order they were prepared.
Public propertyTotalChanges
Returns the number of row changes caused by INSERT, UPDATE or DELETE statements since the database connection was opened.
Top
See Also