Add Table Node

To Add Table Node

  1. Right-click the Root Node or Table Node and select the Add Table Node.
  2. In the Add table window:
    1. Select Node action from the Node Action drop-down menu.
    2. Select the DAL Component from the DAL components grid and click the header to sort the column. It is possible to select DAL by scrolling to the desired entry or by typing the first letters of the DAL Component (this highlights the entry that starts with that letter). When the DAL Component is selected, the SelectBy methods available for the DAL Component are listed.
    3. In the DAL select methods grid, select the chosen SelectBy method and click OK.
    4. A new Table Node is added to the schema tree with its properties and is displayed in the schema properties:
    5. The following properties are populated with the selected DAL Component information in the previous step:
      • DALAssemblyName
      • DALFactoryName
      • Name
      • NodeAction
      • SelectUniqueMethodName
      • SelectUniqueMethodParameters
  3. Manually update the Annotation, Columns, FetchFieldName, MaxOccurs, MinOccurs, and NodeVariable properties if required.