KREDOR Business Object Framework Documentation

SysColumn.OnLoad Method 

Automatically called after a Database object is loaded from the data source. Its purpose is to load contained (child) objects and collections. objects and collections.

protected internal override void OnLoad();

Return Value

Remarks

Derived classes may override this method with their own implementation. In that case their implementation will be called instead of this one.

Exceptions

Exception Type Condition
BOException  

See Also

SysColumn Class | Kredor.BO.MetaTypes Namespace