Branch | Build | Release | NuGet |
---|---|---|---|
master | n/a | ||
develop | n/a | n/a |
Extention class for IOrganizationService
interface.
- CRUD / Execute / SetState extention methods.
- RetrieveMultiple handles paging
- Supports returning earlybound types
IOrganizationService Connect(string connectionString)
IOrganizationService Connect(ICrmCredentialManager crmCredentialManager)
Connect to CRM using a connection string or prompt the user for credentials.
AddConditionsToQuery()
Add an array of ConditionExpressions to a QueryExpression
IsNullOrEmpty(EntityCollection entity Collection)
Validate if EntityColleciton contains at least one value.