EFFiltersCollection Properties
A collection of Entity Framework data source filters.
Name | Description |
---|---|
Count | Counts the filters that are available in a collection. |
Is |
Indicates whether the EFFilters |
Is |
Indicates whether access to the EFFilters |
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. |
Sync |
Gets an object that can be used to synchronize access to the EFFilters |
See Also