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.
Sets the QueryFetchMode property of the query data source that references the specified table or view.
Syntax
public QueryFetchMode setDataSourceFetchMode(TableId _tableId, QueryFetchMode _value)
Run On
Client
Parameters
- _tableId
Type: TableId Extended Data Type
The ID of the table or view that is referenced in the data source.
- _value
Type: QueryFetchMode Enumeration
The new value.
Return Value
Type: QueryFetchMode Enumeration
The value of the FetchMode property of the query data source.