Share via


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

  • _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.

See Also

Reference

ExpressionProjectionDatasource Table