Click or drag to resize

IComplexDataSetBuilder Interface

The purpose of a "Complex DataSet Builder" class is to produce a dataset and store it in a temporary db table. The concept is used with the DataSource concept. It allows a DataSource SQL query to use a prepared temporary db table with content that it is complicated to express in SQL. As an example a "complex data set" could be a table that contains the ids of the identities that the active user is manager of.

Namespace:  Omada.OE.AppLogic.ComplexDataSet
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public interface IComplexDataSetBuilder

The IComplexDataSetBuilder type exposes the following members.

Properties
  NameDescription
Public propertyDataSetName
Top
Methods
  NameDescription
Public methodBuildDataSet
Public methodInitialize
Top
See Also