I wonder if there is a way to check GUID is null. ReferenceId is GUID.
Thank you in advance.
C#:
var result= await _unitOfWork.GameBankRepository.GetGamesAsync(g =>
g.productCode == requestDto.productCode && g.referenceId == null);
Thank you in advance.