Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
<no name> by Anonymous
x =>(((x.Entity == "SomeEntity") AndAlso x.Description.Contains("description")) OrElse (x.Identity == "AA00"))
x =>x.Identity asc
AA00 Some description
x =>(((x.Entity == "SomeEntity") AndAlso x.Description.Contains("description")) OrElse (x.Id == "AA00"))
x =>x.Id asc
AA00 Some description
x =>(((x.Entity == "SomeEntity") AndAlso x.Description.Contains("description")) OrElse (x.Identity == "AA00"))
x =>Convert(x.Identity, Object) asc
AA00 Some description
Cached Result
Last Run: 5:54:58 am
Compile: 0.305s
Execute: 0.31s
Memory: 24.75Mb
CPU: 0.615s