CanBeReferencedRequest.EntityName Property

Definition

Gets or sets the logical table name to check whether it can be the primary table in a one-to-many relationship. Required.

public:
 property System::String ^ EntityName { System::String ^ get(); void set(System::String ^ value); };
public string EntityName { get; set; }
member this.EntityName : string with get, set
Public Property EntityName As String

Property Value

The logical table name to check whether it can be the primary table in a one-to-many relationship. Required.

Applies to