Click or drag to resize
BaseDatabaseActionDataProviderCacheGranularity Property
Specifies how the data is cached. Choose 'User' if the query depends on the current user (e.g. user ID in the query or security trimmed data).

Namespace: Colygon.MatchPoint.Data.DatabaseActions.Configuration
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public CacheGranularity CacheGranularity { get; set; }

Property Value

Type: CacheGranularity
See Also