'visible books' only enabled when applicable

This commit is contained in:
Robert McRackan 2022-05-11 21:47:48 -04:00
parent e0248c2d8e
commit 00df6da366
4 changed files with 84 additions and 66 deletions

View file

@ -10,7 +10,7 @@ namespace DataLayer
// ========================
// these run against the db. linq queries against these MUST be translatable to sql. primatives only. no POCOs or this error occurs:
// Unable to create a constant value of type 'DataLayer.Contributor'. Only primitive types or enumeration types are supported in this context.
// to use full object-linq, load and use local
// to use full object-linq, load and use Local. HOWEVER, Local is only hashed/indexed on PK. All other searches are very slow
// load full table:
// List<Contributor> contributors = ...;
// Contributors.Load();