KREDOR Business Object Framework Documentation

SelectFrom.SelectByPrimaryKey Method (Object, DataSource)

Returns the BusinessObject identified by the specified primary key value.

public BusinessObject SelectByPrimaryKey(
   Object value,
   DataSource dataSource
);

Return Value

A BusinessObject. -null- if no object was found.

See Also

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