|
|
|
FetchAttachmentRole (dataset, character)
|
Fetches a AttachmentRole by guid or name
Notes : First tries to fetch by AttachmentRoleGuid. When no record is returned,
falls back to fetching by AttachmentRoleName.
@param dsAttachmentRole input-output dataset-handle for the response dataset
@param pcValue The guid or name value
*/
|
|
|
|
FetchAttachmentRole (dataset, CharacterHolder)
|
Fetches a AttachmentRole by guid or name using a CharacterHolder value.
@param dsAttachmentRole input-output dataset-handle for the response dataset
@param poValue The CharacterHolder containing the guid or name
*/
|
|
|
F
|
FetchData (IFetchDataRequest, dataset)
|
Fetch data from the Data Access object
|
|
|
|
FetchDataByKeyTable (dataset, IFetchDataByKeyTableParameter)
|
Supports to retrieve multiple DB records from a Business Entity based on
a temp-table with key values
|
|
|
F
|
FetchDataByReference (IFetchDataRequest, dataset)
|
Fetch data from the Data Access object
|
|
|
|
ReceiveData ()
|
Provides a hook to modify data in the ProDataset after Read and
Update operations (i.e. population of aggregated values)
|
|
|
|
ValidateData ()
|
Provides a hook for high level data validation before Update
operations
|