Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

QueryExpression Constructors

Definition

Namespace:
Microsoft.Xrm.Sdk.Query
Assembly:
Microsoft.Xrm.Sdk.dll
Package:
Microsoft.PowerPlatform.Dataverse.Client v1.2.10

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Overloads

Name Description
QueryExpression()

Initializes a new instance of the QueryExpression class.

QueryExpression(String)

Initializes a new instance of the QueryExpression class setting the EntityName property.

QueryExpression()

Initializes a new instance of the QueryExpression class.

public:
 QueryExpression();
public QueryExpression();
Public Sub New ()

Applies to

QueryExpression(String)

Initializes a new instance of the QueryExpression class setting the EntityName property.

public:
 QueryExpression(System::String ^ entityName);
public QueryExpression(string entityName);
new Microsoft.Xrm.Sdk.Query.QueryExpression : string -> Microsoft.Xrm.Sdk.Query.QueryExpression
Public Sub New (entityName As String)

Parameters

entityName
String

The logical name of the table.

Applies to