SnapDAL Library Documentation

RecordingProvider.CacheData Method

Stores the dataset

Overload List

Stores the dataset

public virtual DataSet CacheData(DataSet,Statement,IDictionary);

Stores the dataset

public virtual DataSet CacheData(DataSet,string,Statement,IDictionary);

Stores the datatable

public virtual DataTable CacheData(DataTable,Statement,IDictionary);

Stores the integer value

protected virtual int CacheData(int,Statement,IDictionary);

stores the object data

protected virtual object CacheData(object,Statement,IDictionary);

See Also

RecordingProvider Class | SnapDAL.Providers Namespace