BusinessObject.LoadSecondaryTablesAsync

This method can be overridden in subclasses to load additional/secondary tables
async when the main entity loads

public virtual void LoadSecondaryTablesAsync( string tableName,
	Guid parentPK,
	DataSet existingDataSet,
	AsyncCallback callback );

Parameters

tableName
Name of the table that is to be loaded

parentPK
PK of the parent record

existingDataSet
Existing data set the new records are to be added to

callback
Callback object

Overloads:

public virtual void LoadSecondaryTablesAsync( string tableName, int parentPK, DataSet existingDataSet, AsyncCallback callback );
public virtual void LoadSecondaryTablesAsync( string tableName, string parentPK, DataSet existingDataSet, AsyncCallback callback );

See also:

Class BusinessObject


  Last Updated: 5/23/2007 | © , 2007