TwoLevelCachedAttribute constructor (1 of 3)

namespace: Serenity.Data   assemblySerenity.Net.Data

Initializes a new instance of the TwoLevelCachedAttribute class.

public TwoLevelCachedAttribute()

See Also


TwoLevelCachedAttribute constructor (2 of 3)

namespace: Serenity.Data   assemblySerenity.Net.Data

Initializes a new instance of the TwoLevelCachedAttribute class.

public TwoLevelCachedAttribute(params string[] generationKeys)
parameter description
generationKeys The generation keys.

See Also


TwoLevelCachedAttribute constructor (3 of 3)

namespace: Serenity.Data   assemblySerenity.Net.Data

Initializes a new instance of the TwoLevelCachedAttribute class.

public TwoLevelCachedAttribute(params Type[] linkedRows)
parameter description
linkedRows Types of linked rows

See Also