EFFiltersCollection.Add(Object) Method
Adds the filter with the specified value to the collection.
Namespace: DevExpress.DataAccess.EntityFramework
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| value | Object | A Object value, corresponding to the added item. |
Returns
| Type | Description |
|---|---|
| Int32 | A zero-based integer value, specifying the item’s index in the collection. |
See Also