OrganizationServiceContext.CreateQuery<TEntity> Method ()
Dynamics CRM 2016
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Creates a Web service .NET Language-Integrated Query (LINQ) query for the specified entity.
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Return Value
Type: System.Linq.IQueryable<TEntity>Type: IQueryable<Entity>
The query of the specified entity.
Type Parameters
- TEntity
Type: Entity. The entity to be queried.
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright
Community Additions
ADD
Show: