C# (CSharp) DSShared.DB Namespace

Classes

Name Description
DBColumnAttribute
DBTableType Class that wraps around a Type object that automates the retrieval and updating of rows in a database
DBTableTypeCache Singleton class to keep track of open database tables. This is done as an optimization for when we keep an entire table in memory - usually ones that dont change much (flags) so that we dont have to continually pull the same table information from the access database file.
WhereCol Class to specify columns in a WHERE clause of a sql query