LINQ to Entities does not recognize the method 'System.DateTime GetValueOrDefault()'
i am facing this error when i try to add my property in a model of type date time whose value is retrieved from global function
Ex: LastModifiedDate = Global.function name(param1,param2).GetValueOrDefault,