Method | Description | |
---|---|---|
CreateTable ( string tableName, IEnumerable |
||
Find ( string tableName, int id ) : |
||
Find ( string tableName, |
||
GetCount ( string tableName ) : long | ||
Save ( string tableName, IEnumerable |
||
UsingSqlite ( string file ) : void |
Method | Description | |
---|---|---|
GetWhereSQL ( |
||
Sqlite ( string file ) : System |
public CreateTable ( string tableName, IEnumerable |
||
tableName | string | |
fieldInfos | IEnumerable |
|
return | void |
public Find ( string tableName, int id ) : |
||
tableName | string | |
id | int | |
return |
public Find ( string tableName, |
||
tableName | string | |
where | ||
return | System.Collections.Specialized.NameValueCollection[] |
public Save ( string tableName, IEnumerable |
||
tableName | string | |
dbField | IEnumerable |
|
model | Model | |
return | long |
public static UsingSqlite ( string file ) : void | ||
file | string | |
return | void |