ConditionExpression.EntityName Property

Definition

Gets or sets the logical name of a table, or a LinkEntity.EntityAlias value for a table, that contains the column to evaluate for the condition.

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

Property Value

The logical name of a table, or a LinkEntity.EntityAlias value for a table, that contains the column to evaluate for the condition.

Attributes

Applies to