<PackageReference Include="System.Data.SqlClient" Version="4.7.0-preview5.19224.8" />

INullable

public interface INullable
All the SqlTypes objects and structures implement the INullable interface.
bool IsNull { get; }

Indicates whether a structure is null. This property is read-only.