wwBusiness.LoadDetailItems

Loads a set of child items in a one-to-many relationship into a table named the table plus _LIST (wws_lineItems_LIST)

public virtual int LoadDetailItems( int ParentPk,
	string ParentPkName );

Return Value

count of records retrieved

Parameters

ParentPk
The foreign key that is the parent PK

ParentPkName
The name of the field that is the Parent PK - MUST BE INT

Overloads:

public virtual int LoadDetailItems( string ParentPk, string ParentPkName );

See also:

Class wwBusiness


 Last Updated: 3/7/2007 | Send topic feedback