'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
.'Declaration Function CanBeCached( _ ByVal command As IDbCommand _ ) As Boolean
bool CanBeCached( IDbCommand command )
true
if the result can be cached; otherwise, false
.