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

DbContextEfCore..::..AdvancedFinds Property

Gets or sets the advanced finds.

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

Syntax


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

Field Value

The advanced finds.