KREDOR Business Object Framework Documentation

SelectFrom.Select Method

Returns a ArrayList containing the objects matched by the current SelectFrom query.

Overload List

Returns a ArrayList containing the objects matched by the current SelectFrom query.

public ArrayList Select();

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

public ArrayList Select(DataSource);

See Also

SelectFrom Class | Kredor.BO Namespace