KREDOR Business Object Framework Documentation

SelectFrom.Select Method (DataSource)

Returns a ArrayList containing the objects matched by the current SelectFrom query executed against the specified DataSource.

public ArrayList Select(
   DataSource dataSource
);

Parameters

DataSource
A DataSource

Return Value

A ArrayList containing the objects matched by the current SelectFrom query run against the specfied DataSource

See Also

SelectFrom Class | Kredor.BO Namespace | SelectFrom.Select Overload List