ExpressionTable::createExpressionDatasource Method

Creates a single ExpressionProjectionDatasource record from the runtime projection XML that is stored on the expression record.

Syntax

client server public static void createExpressionDatasource(
    ExpressionTable _expressionTable, 
    CLRObject _datasource, 
   [ExpressionProjectionDatasource _parentProjectionDatasource])

Run On

Called

Parameters

  • _datasource
    Type: CLRObject Class
    The runtime projection data source for which to create an ExpressionProjectionDatasource record.

See Also

Reference

ExpressionTable Table