C# Класс Source.DLaB.Xrm.RetrieveAllEntities

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
GetAllEntitiesInstance IEnumerable
GetEntitiesWithCookie EntitiesWithCookie
UpdatePageCount void

Открытые методы

Метод Описание
GetAllEntities ( IOrganizationService service, QueryExpression qe, int? maxCount = null, int? pageSize = null, bool async = false ) : IEnumerable

Gets all entities.

Приватные методы

Метод Описание
GetAllEntitiesInstance ( IOrganizationService service, QueryExpression qe, int? maxCount, int? pageSize, bool async ) : IEnumerable
GetEntitiesWithCookie ( IOrganizationService service, QueryExpression qe ) : EntitiesWithCookie
UpdatePageCount ( PagingInfo page, int &count, int? maxCount ) : void

Описание методов

GetAllEntities() публичный статический Метод

Gets all entities.
public static GetAllEntities ( IOrganizationService service, QueryExpression qe, int? maxCount = null, int? pageSize = null, bool async = false ) : IEnumerable
service IOrganizationService The service.
qe QueryExpression The qe.
maxCount int? The maximum count.
pageSize int? Size of the page.
async bool if set to true the Service will retrieve the next batch asynchrounsly after starting to return the first batch. This means that any looping that is performed with this call, can not use the same organization service or else there will be a multi-threading issue.
Результат IEnumerable