EntityDataSourceDesigner.EntityTypeFilter Property

Definition

Gets or sets the EntityTypeFilter property of the EntityDataSource control.

public:
 property System::String ^ EntityTypeFilter { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.Design.WebControls.EntityDataSourceEntityTypeFilterConverter))]
public string EntityTypeFilter { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.Design.WebControls.EntityDataSourceEntityTypeFilterConverter))>]
member this.EntityTypeFilter : string with get, set
Public Property EntityTypeFilter As String

Property Value

The value of the EntityTypeFilter property.

Attributes

Applies to