DbContextEfCore..::..AdvancedFindColumns Property
Gets or sets the advanced find columns.
Namespace:
RingSoft.DbLookup.EfCoreAssembly: 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); }