C# Class CsDO.Lib.MockDriver.ResultCache

Afficher le fichier Open project: MonoBrasil/CsDO

Méthodes publiques

Свойство Type Description
Instance ResultCache

Méthodes publiques

Méthode 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

Méthode Description
GetParameterDataString ( StringBuilder sb, DbCommand parameter ) : void
Load ( ) : void
ResultCache ( ) : System
Save ( ) : void

Method Details

Add() public méthode

public Add ( int hashedKey, object scalarResult ) : void
hashedKey int
scalarResult object
Résultat void

Add() public méthode

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

Get() public méthode

public Get ( int hashedKey ) : ResultCacheEntry
hashedKey int
Résultat ResultCacheEntry

GetHashedKey() public static méthode

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

this() public méthode

public this ( int hashedKey ) : ResultCacheEntry
hashedKey int
Résultat ResultCacheEntry

Property Details

Instance public_oe static_oe property

public static ResultCache,CsDO.Lib.MockDriver Instance
Résultat ResultCache