[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.Data.IDbCommandAdapterWithCache.CanBeCached

CanBeCached Method

CanBeCached(IDbCommand)

Checks if the command execution result can be cached.

Declaration
bool CanBeCached(IDbCommand command)
Parameters
Type Name Description
IDbCommand command

The command to check.

Returns
Type Description
bool

true if the result can be cached; otherwise, false.