Click or drag to resize

PreparedSqlLiteInsertCommand Class

Since the insert never changed, we only need to prepare once.
Inheritance Hierarchy
SystemObject
  Unvired.Kernel.SQLitePreparedSqlLiteInsertCommand

Namespace:  Unvired.Kernel.SQLite
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class PreparedSqlLiteInsertCommand : IDisposable

The PreparedSqlLiteInsertCommand type exposes the following members.

Properties
Methods
  NameDescription
Public methodDispose
Releases all resources used by the PreparedSqlLiteInsertCommand
Public methodEquals (Inherited from Object.)
Public methodExecuteNonQuery
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodPrepare
Public methodToString (Inherited from Object.)
Top
See Also