<PackageReference Include="System.Data.SqlClient" Version="4.7.0-preview3.19128.7" />

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.