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

DbContextEfCore..::..AdvancedFindColumns Property

Gets or sets the advanced find columns.

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

Syntax


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

Field Value

The advanced find columns.