<PackageReference Include="Microsoft.Data.SqlClient" Version="7.1.0-preview3.26238.4" />

Microsoft.Data.SqlClient.LocalDb.LocalDbApi

static class LocalDbApi
namespace Microsoft.Data.SqlClient.LocalDb { internal static class LocalDbApi { [SuppressUnmanagedCodeSecurity] [UnmanagedFunctionPointer(CallingConvention.Cdecl)] private delegate int LocalDbCreateInstanceDelegate (string version, string instance, uint flags); [SuppressUnmanagedCodeSecurity] [UnmanagedFunctionPointer(CallingConvention.Cdecl, CharSet = CharSet.Unicode)] private delegate int LocalDbFormatMessageDelegate (int hrLocalDb, uint dwFlags, uint dwLanguageId, StringBuilder buffer, ref uint bufferLength); } }