ExpressionProjectionDatasource::find Method
Finds the specified ExpressionProjectionDatasource record in the ExpressionProjectionDatasource table.
Syntax
client server public static ExpressionProjectionDatasource find(
RecId _expressionTableRecId,
ExpressionDatasourceName _datasourceName,
[boolean _update])
Run On
Called
Parameters
- _expressionTableRecId
Type: RecId Extended Data Type
The record ID of the parent ExpressionTable record.
- _datasourceName
Type: ExpressionDatasourceName Extended Data Type
The name of the ExpressionProjectionDatasource table.
- _update
Type: boolean
A Boolean value that specified whether to read the record for update; optional.
Return Value
Type: ExpressionProjectionDatasource Table
A record in the ExpressionProjectionDatasource table; otherwise, an empty buffer.