DbCommandCache.TryGetCommand method

Gets the specified cached command, if any.

protected internal abstract bool TryGetCommand(string text, out IDbCommand command)

See Also