Click or drag to resize
EntityViewBaseTEntityIBindingListViewFilter Property
Gets or sets the filter to be used to exclude items from the collection of items returned by the data source

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
string IBindingListView.Filter { get; set; }

Property Value

Type: String

Return Value

Type: String
The string used to filter items out in the item collection returned by the data source.

Implements

IBindingListViewFilter
See Also