QueryExpression.EntityName Property

Definition

Gets or sets the logical name of the primary table for the query.

public:
 property System::String ^ EntityName { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string EntityName { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.EntityName : string with get, set
Public Property EntityName As String

Property Value

The logical name of the primary table for the query.

Attributes

Applies to