Свойство | Type | Description | |
---|---|---|---|
Instance |
Méthode | 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 |
Méthode | Description | |
---|---|---|
DB ( ) : System |
public CreateTable ( string tableName, IEnumerable |
||
tableName | string | |
fieldInfos | IEnumerable |
|
Résultat | void |
public Find ( string tableName, int id ) : |
||
tableName | string | |
id | int | |
Résultat |
public Find ( string tableName, Where where ) : System.Collections.Specialized.NameValueCollection[] | ||
tableName | string | |
where | Where | |
Résultat | System.Collections.Specialized.NameValueCollection[] |
public GetCount ( string tableName ) : long | ||
tableName | string | |
Résultat | long |
public Save ( string tableName, IEnumerable |
||
tableName | string | |
dbField | IEnumerable |
|
model | Model | |
Résultat | long |