/// <inheritdoc />
 bool IConventionDbFunctionBuilder.CanSetName(string name, bool fromDataAnnotation)
 => Overrides(fromDataAnnotation, _function.GetNameConfigurationSource()) ||
 _function.Name == name;