DBSheetConfig Methods

The DBSheetConfig type exposes the following members.

Methods

NameSummary
public methodcreateDBSheet(String)
create a DBSheet by creating lookups (with dblistfetch) and a dbsetquery that acts as a list-object for a CUD DBMapper. Called by clickAssignDBSheet (Ribbon) and assignDBSheet_Click (DBSheetCreateForm)
private methodfinishDBMapperCreation()
after creating lookups and setting the dbsetquery finish the list-object area with reverse lookups and drop-downs
public methodgetEntry(String, String, ref Int32)
fetches value in entryMarkup within XMLString, search starts optionally at position startSearch (default 1)
public methodgetEntryList(String, String, String, String, Boolean)
fetches entryMarkup parts contained within lists denoted by listMarkup within parentMarkup inside XMLString
private methodtestQuery(String, String)
tests passed queryStr in database for problems to avoid inserting DBSetQuery later on