Lets add DbDataAdapter.Select(FormattableString) overload to support interpolated string like in EF Core 2.0; implementation should convert specified parameters to DB command parameters to avoid potential sql injection when interpolated C# strings are used.
Lets add DbDataAdapter.Select(FormattableString) overload to support interpolated string like in EF Core 2.0; implementation should convert specified parameters to DB command parameters to avoid potential sql injection when interpolated C# strings are used.