EFFiltersCollection Properties
A collection of Entity Framework data source filters.Name | Description |
---|---|
Count | Counts the filters that are available in a collection. |
IsFixedSize | Indicates whether the EFFiltersCollection has a fixed size. |
IsSynchronized | Indicates whether access to the EFFiltersCollection is synchronized (thread safe). |
Item[Int32] | Provides indexed access to individual items in the collection. |
Item[String] | Provides access to an individual item in the collection by its name. |
Owner | Indicates the Entity Framewoerk data source to which the collection of master-detail relations belongs. |
SyncRoot | Gets an object that can be used to synchronize access to the EFFiltersCollection. |
See Also