Skip to content

isedwards/ef6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

This repository aims to provide a well-documented example of using Entity Framework 6 and LinQ for use in custom user controls for the Climsoft project developed in VisualBasic.NET

Initial tasks

  • Develop examples simultaneously for a station selector and an element selector (connecting to db.stations and db.obselement)

Ability to perform following filters:

  • equals "67774010"
  • IN {"67774010", "67775050"}
  • date greater #01/01/2001#

In addition, the ability to provide a extra customised columns from the select (e.g. the concatenation of id and name)

Further tasks

  • Switch to stationelement. Only return those stations that can have data for the currently selected element(s), or only those elements available at the currently selected station(s)

NOTES:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published