A database based on .net
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

524 B

GBase Structure

- GBase
  |
  +-GBaseTable
  |
  |
  +-GBaseTable
    |
    +-GBaseColumn--GBaseColumn--GBaseColumn
    +-GBaseEntry
    +-GBaseEntry

Terminology

GBase Terminology C# equivalent
GBaseTable Type
GBaseColumn Property
GBaseEntry Instance

Xml File Structure

<Table>
  <Column>
    <Value >
    <Value >
  </Column>
</Table>

Process

StartUp

GetValue

SetValue