<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.1" />

Microsoft.Data.ProviderBase.FieldNameLookup

sealed class FieldNameLookup
namespace Microsoft.Data.ProviderBase { internal sealed class FieldNameLookup { public FieldNameLookup(string[] fieldNames, int defaultLocaleID); public FieldNameLookup(IDataReader reader, int defaultLocaleID); public int GetOrdinal(string fieldName); } }