We've had FromSql() and ExecuteSql() for a long while now - these are identical to the newer FromSqlInteprolated() and ExecuteSqlInterpolated() (both accept FormattableString); we also steer users to the former in documentation, etc.
Mark the older variants with [Obsolete] so that we can remove these in a couple releases and make the API surface saner.
We've had FromSql() and ExecuteSql() for a long while now - these are identical to the newer FromSqlInteprolated() and ExecuteSqlInterpolated() (both accept FormattableString); we also steer users to the former in documentation, etc.
Mark the older variants with [Obsolete] so that we can remove these in a couple releases and make the API surface saner.