QueryExpression Constructors

Definition

Overloads

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