開始が空白または空であることを確認するにはどうすればよいですか。
Employee.CurrentLongTermIncentive.StartDate
私は以下のことを試しました:
Employee.CurrentLongTermIncentive.StartDate!=null // Start is empty it's falied.
Employee.CurrentLongTermIncentive.StartDate.HasValue // Start is empty it's falied.
開始日の null または空白の値を確認し、文字列値に割り当てるにはどうすればよいですか。Startdate は日時形式です。