INetForumStoredProcedureProviderGetChildFormTEntity Method
Executes a Flashpoint-Child-Form and returns the result.
Namespace: Ignition.Framework.DirectDatabaseAccessAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
ICollection<TEntity> GetChildForm<TEntity>(
string businessObject,
string collectionName,
int maxResults = 0,
Object parameters = null
)
where TEntity : new()
Function GetChildForm(Of TEntity As New) (
businessObject As String,
collectionName As String,
Optional maxResults As Integer = 0,
Optional parameters As Object = Nothing
) As ICollection(Of TEntity)
generic<typename TEntity>
where TEntity : gcnew()
ICollection<TEntity>^ GetChildForm(
String^ businessObject,
String^ collectionName,
int maxResults = 0,
Object^ parameters = nullptr
)
abstract GetChildForm :
businessObject : string *
collectionName : string *
?maxResults : int *
?parameters : Object
(* Defaults:
let _maxResults = defaultArg maxResults 0
let _parameters = defaultArg parameters null
*)
-> ICollection<'TEntity> when 'TEntity : new()
- 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
- TEntity
- Type to use when binding the result
ICollectionTEntityThe results returned by the Flashpoint-Child-Form, bound to the requested type