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.4.0.0 (5.4.0)
Syntax string IBindingListView.Filter { get; set; }
Private Property Filter As String Implements IBindingListView.Filter
Get
Set
Property Value
Type:
StringReturn Value
Type:
StringThe string used to filter items out in the item collection returned by the data source.
Implements
IBindingListViewFilterSee Also