C# Class SqlFu.Configuration.Internals.TableSqlCache

Show file Open project: sapiens/SqlFu

Public Methods

Method Description
AddPaged ( string sql, PagedSqlCache cache ) : void
GetPaged ( string sql ) : PagedSqlCache

Method Details

AddPaged() public method

public AddPaged ( string sql, PagedSqlCache cache ) : void
sql string
cache PagedSqlCache
return void

GetPaged() public method

public GetPaged ( string sql ) : PagedSqlCache
sql string
return PagedSqlCache