INetForumStoredProcedureProviderGetChildFormTEntity Method

Executes a Flashpoint-Child-Form and returns the result.

Definition

Namespace: Ignition.Framework.DirectDatabaseAccess
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
ICollection<TEntity> GetChildForm<TEntity>(
	string businessObject,
	string collectionName,
	int maxResults = 0,
	Object parameters = null
)
where TEntity : new()

Parameters

businessObject  String
The "BusinessObject" key used to look up the Flashpoint-Child-Form
collectionName  String
The "CollectionName" key used to look up the Flashpoint-Child-Form
maxResults  Int32  (Optional)
The maximum number of results to retrieve
parameters  Object  (Optional)
A flex-compatible object with the values to be used when parsing the Flashpoint-Child-Form

Type Parameters

TEntity
Type to use when binding the result

Return Value

ICollectionTEntity
The results returned by the Flashpoint-Child-Form, bound to the requested type

See Also