ReqDemPlanDataSource::find Method
Finds a data source record by type and description.
Syntax
client server public static ReqDemPlanDataSource find(ReqDemPlanDataSourceType _type, ReqDemPlanDataSourceDescription _description)
Run On
Called
Parameters
- _type
Type: ReqDemPlanDataSourceType Enumeration
The type of data source.
- _description
Type: ReqDemPlanDataSourceDescription Extended Data Type
The description of the data source.
Return Value
Type: ReqDemPlanDataSource Table
The record corresponding to the specified search criteria, or an empty table buffer, if nothing was found.