Hi experts ,
I am writing a C# plugin and I want to access CRM database to retrieve the last record in an customized entity , How could I do that ?
In other words I want to get the same result of this query but using C#
SELECT TOP 1 * FROM MyCustomEntityName ORDER By CreatedOn DESC
*This post is locked for comments