TwoLevelCachedAttribute constructor (1 of 3)
namespace: Serenity.Data assembly: Serenity.Net.Data
Initializes a new instance of the TwoLevelCachedAttribute class.
public TwoLevelCachedAttribute()
See Also
- class TwoLevelCachedAttribute
TwoLevelCachedAttribute constructor (2 of 3)
namespace: Serenity.Data assembly: Serenity.Net.Data
Initializes a new instance of the TwoLevelCachedAttribute class.
public TwoLevelCachedAttribute(params string[] generationKeys)
| parameter | description |
|---|---|
| generationKeys | The generation keys. |
See Also
- class TwoLevelCachedAttribute
TwoLevelCachedAttribute constructor (3 of 3)
namespace: Serenity.Data assembly: Serenity.Net.Data
Initializes a new instance of the TwoLevelCachedAttribute class.
public TwoLevelCachedAttribute(params Type[] linkedRows)
| parameter | description |
|---|---|
| linkedRows | Types of linked rows |
See Also
- class TwoLevelCachedAttribute