MscrmTools.FluentQueryExpressions icon indicating copy to clipboard operation
MscrmTools.FluentQueryExpressions copied to clipboard

A library to create QueryExpression the fluent way

Results 2 MscrmTools.FluentQueryExpressions issues
Sort by recently updated
recently updated
newest added

Being used to using LINQ queries and Early Bound for fetching Dynamics data, anonymous return types are a great way to return more than one entity type for instance when...

Support IOrganizationServiceAsync2 ```csharp var query = new Query(); List records = await query.GetAllAsync(iOrganizationServiceAsync2, cancellationToken); ```