Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.