Code: Select all
var randomUser = db.Users.OrderBy(x => Guid.NewGuid()).FirstOrDefault();
Code: Select all
The EDM function 'Edm.NewGuid' is not supported by current.
Code: Select all
var randomUser = db.Users.OrderBy(x => Guid.NewGuid()).FirstOrDefault();
Code: Select all
The EDM function 'Edm.NewGuid' is not supported by current.
We will investigate the possibility of supporting the Edm.NewGuid function in dotConnect for PostgreSQL.ucelenli wrote:The EDM function 'Edm.NewGuid' is not supported by current.