C# Class SqlFu.Configuration.Internals.TableSqlCache

Afficher le fichier Open project: sapiens/SqlFu

Méthodes publiques

Méthode Description
AddPaged ( string sql, PagedSqlCache cache ) : void
GetPaged ( string sql ) : PagedSqlCache

Method Details

AddPaged() public méthode

public AddPaged ( string sql, PagedSqlCache cache ) : void
sql string
cache PagedSqlCache
Résultat void

GetPaged() public méthode

public GetPaged ( string sql ) : PagedSqlCache
sql string
Résultat PagedSqlCache