EntityDataSourceDesigner.EntityTypeFilter 属性
定义
获取或设置 EntityDataSource 控件的 EntityTypeFilter 属性。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
属性值
EntityTypeFilter 属性的值。The value of the EntityTypeFilter property.
- 属性