OrganizationServiceContext.CreateQuery Method (String)
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<Entity> CreateQuery(
string entityLogicalName
)
Public Function CreateQuery (
entityLogicalName As String
) As IQueryable(Of Entity)
Parameters
entityLogicalName
Type: System.StringType: String. The logical name of the entity to be queried.
Return Value
Type: System.Linq.IQueryable<Entity>
Type: IQueryable<Entity>.
The query of the specified entity.
See Also
CreateQuery Overload
OrganizationServiceContext Class
Microsoft.Xrm.Sdk.Client Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright