ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Data Namespace / IDbCommandAdapterWithCache Interface / CanBeCached Method
The command to check.

In This Topic
    CanBeCached Method
    In This Topic
    Checks if the command execution result can be cached.
    Syntax
    'Declaration
     
    Function CanBeCached( _
       ByVal command As IDbCommand _
    ) As Boolean
    bool CanBeCached( 
       IDbCommand command
    )

    Parameters

    command
    The command to check.

    Return Value

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