OrganizationServiceContext.CreateQuery<TEntity> Method ()
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.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public IQueryable<TEntity> CreateQuery<TEntity>()
where TEntity : Entity
Public Function CreateQuery(Of TEntity As Entity) As IQueryable(Of TEntity)
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.
See Also
CreateQuery Overload
OrganizationServiceContext Class
Microsoft.Xrm.Sdk.Client Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright