Variable LCB.isNull

True if the LCB contains a null value

struct LCB
{
  // ...
  bool isNull ;
  // ...
}