RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

DbContextEfCore..::..AdvancedFindFilters Property

Gets or sets the advanced find filters.

Namespace:  RingSoft.DbLookup.EfCore
Assembly:  RingSoft.DbLookup.EfCore (in RingSoft.DbLookup.EfCore.dll)

Syntax


public DbSet<AdvancedFindFilter> AdvancedFindFilters { get; set; }
Public Property AdvancedFindFilters As DbSet(Of AdvancedFindFilter)
	Get
	Set
public:
property DbSet<AdvancedFindFilter^>^ AdvancedFindFilters {
	DbSet<AdvancedFindFilter^>^ get ();
	void set (DbSet<AdvancedFindFilter^>^ value);
}

Field Value

The advanced find filters.