메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
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. |
리턴 | void |
public PopulateData ( DapperContext context, |
||
context | DapperContext | The context. |
content | The content. | |
tableName | string | Name of the table. |
cachePath | string | The cache path. |
리턴 |
public PopulateHistoryData ( DapperContext context, |
||
context | DapperContext | The context. |
content | The content. | |
tableName | string | Name of the table. |
리턴 | void |
public RetrieveHistory ( DapperContext context, |
||
context | DapperContext | The context. |
content | The content. | |
tableName | string | Name of the table. |
리턴 | IQueryable |
public SaveData ( DapperContext context, |
||
context | DapperContext | The context. |
content | The content. | |
tableName | string | Name of the table. |
cachePath | string | The cache path. |
리턴 | void |