C# Class Azavea.Open.DAO.Util.ParamNameCache

Concatenating ("param" + x) wound up taking a lot of time, so here's a cache to hold them so we only ever have to concatenate them once.
Datei anzeigen Open project: azavea/net-dao

Public Methods

Method Description
Get ( int paramNum ) : string

Returns "param" + paramNum, except without calulating it every time.

Method Details

Get() public method

Returns "param" + paramNum, except without calulating it every time.
public Get ( int paramNum ) : string
paramNum int
return string