Maroontress.SqlBind Namespace
This namespace provides the wrapper of SQLite.
Classes
Auto |
An attribute that qualifies any parameter in the constructor, making the
column associated with the parameter an |
Column |
An attribute that qualifies any parameter in the constructor, associating the parameter with the column that has the specified name. |
Ignored |
An attribute that qualifies the constructor that SqlBind does not use to instantiate when the type has two or more constructors. |
Indexed |
An attribute that qualifies any class representing a table, creating the index of the table and using the specified column names for the index key. |
Primary |
An attribute that qualifies any parameter in the constructor, making the
column associated with the parameter a |
Table |
An attribute that qualifies any class representing a row of a table, associating the class with the table that has the specified name. |
Transaction |
The factory that creates queries. |
Unique |
An attribute that qualifies any parameter in the constructor, making the
column associated with the parameter a |
Interfaces
Delete |
Represents the |
Query |
Represents a query. |
Select<T> |
Represents the |
Select |
Represents the |
Select |
Represents the executable |
Select |
Represents the executable |
Update |
Represents the |
Update |
Represents the |
Update |
Represents the executable |
Update |
Represents the |
Where<T> |
Represents the |