EFFiltersCollection Methods
A collection of Entity Framework data source filters.
Name | Description |
---|---|
Add |
Adds the specified filter to the collection. |
Add |
Adds the filter with the specified value to the collection. |
Add |
Appends an array of filters to the EFFilters |
Add |
Appends a collection of filters to the EFFilters |
Clear() | Removes all items from the collection. |
Contains |
Determines whether or not the collection contains the specified filter. |
Contains |
Determines whether or not the collection contains a filter with the specified value. |
Copy |
Copies the entire filter collection to a one dimensional array starting at the specified index of the target array. |
Copy |
Copies the entire filter collection to a one dimensional array starting at the specified index of the target array. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Returns the filters stored in the EFFilters |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Returns the zero-based index of the specified filter in the collection. |
Index |
Returns the zero-based index of the specified filter in the collection. |
Insert |
Inserts the specified filter into the collection at the specified position. |
Insert |
Inserts the specified filter into the collection at the specified position. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the specified filter from the collection. |
Remove |
Removes the first occurrence of a specific filter from the collection. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also