Property | Type | Description | |
---|---|---|---|
Instance |
Method | Description | |
---|---|---|
CreateTable ( string tableName, IEnumerable |
||
Find ( string tableName, int id ) : |
||
Find ( string tableName, Where where ) : System.Collections.Specialized.NameValueCollection[] | ||
GetCount ( string tableName ) : long | ||
GetInstance ( ) : |
||
Save ( string tableName, IEnumerable |
Method | Description | |
---|---|---|
DB ( ) : 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, Where where ) : System.Collections.Specialized.NameValueCollection[] | ||
tableName | string | |
where | Where | |
return | System.Collections.Specialized.NameValueCollection[] |
public Save ( string tableName, IEnumerable |
||
tableName | string | |
dbField | IEnumerable |
|
model | Model | |
return | long |