C# Class CsDO.Lib.MockDriver.ResultCache

Mostrar archivo Open project: MonoBrasil/CsDO

Public Properties

Property Type Description
Instance ResultCache

Public Methods

Method Description
Add ( int hashedKey, object scalarResult ) : void
Add ( int hashedKey, object scalarResult, DataSet dataSetResult ) : void
Get ( int hashedKey ) : ResultCacheEntry
GetHashedKey ( string cacheEntryType, DbCommand command ) : int
this ( int hashedKey ) : ResultCacheEntry

Private Methods

Method Description
GetParameterDataString ( StringBuilder sb, DbCommand parameter ) : void
Load ( ) : void
ResultCache ( ) : System
Save ( ) : void

Method Details

Add() public method

public Add ( int hashedKey, object scalarResult ) : void
hashedKey int
scalarResult object
return void

Add() public method

public Add ( int hashedKey, object scalarResult, DataSet dataSetResult ) : void
hashedKey int
scalarResult object
dataSetResult System.Data.DataSet
return void

Get() public method

public Get ( int hashedKey ) : ResultCacheEntry
hashedKey int
return ResultCacheEntry

GetHashedKey() public static method

public static GetHashedKey ( string cacheEntryType, DbCommand command ) : int
cacheEntryType string
command System.Data.Common.DbCommand
return int

this() public method

public this ( int hashedKey ) : ResultCacheEntry
hashedKey int
return ResultCacheEntry

Property Details

Instance public_oe static_oe property

public static ResultCache,CsDO.Lib.MockDriver Instance
return ResultCache