Skip to main content
A newer version of this page is available. .

DBSetFilterViewModel Constructors

A View Model that provides information about an Entity Framework DBSet’s filter.
Name Parameters Description
DBSetFilterViewModel() none Initializes a new instance of the DBSetFilterViewModel class with the default settings.
DBSetFilterViewModel(DBSetFilter, IParameterService, IServiceProvider, IParameterEditorService) filter, parameterService, propertyGridServices, parameterEditorService Initializes a new instance of the DBSetFilterViewModel class with the specified settings.
See Also