Method | Description | |
---|---|---|
CacheData ( DapperContext context, |
Caches the data.
|
|
PopulateData ( DapperContext context, |
Populates the data.
|
|
PopulateHistoryData ( DapperContext context, |
Populates the history data.
|
|
RetrieveHistory ( DapperContext context, |
Retrieves the history.
|
|
SaveData ( DapperContext context, |
Saves the data.
|
Method | Description | |
---|---|---|
ResolvePath ( |
Resolves the path.
|
public CacheData ( DapperContext context, |
||
context | DapperContext | The context. |
content | The content. | |
tableName | string | Name of the table. |
cachePath | string | The cache path. |
return | void |
public PopulateData ( DapperContext context, |
||
context | DapperContext | The context. |
content | The content. | |
tableName | string | Name of the table. |
cachePath | string | The cache path. |
return |
public PopulateHistoryData ( DapperContext context, |
||
context | DapperContext | The context. |
content | The content. | |
tableName | string | Name of the table. |
return | void |
public RetrieveHistory ( DapperContext context, |
||
context | DapperContext | The context. |
content | The content. | |
tableName | string | Name of the table. |
return | IQueryable |
public SaveData ( DapperContext context, |
||
context | DapperContext | The context. |
content | The content. | |
tableName | string | Name of the table. |
cachePath | string | The cache path. |
return | void |