Skip to content

Executions: Data source selection

TL;DR — This page mirrors the Data source selection section from Executions as a focused reference.

When to use

Use this page when you need the focused member list, signatures, and source notes for this section without scanning the full parent reference.

C# (CAC) usage

AddDataSource

Source file, signature, and docstring

Member ExecutionBuilder.AddDataSource(DataSourceBuilder dataSourceBuilder)

Kind function

Declaring Type ExecutionBuilder

Source File QaaS.Runner/ExecutionBuilder.cs

Signature

public ExecutionBuilder AddDataSource(DataSourceBuilder dataSourceBuilder)

Docstring

Adds the supplied data source to the current Runner execution builder instance.

UpdateDataSource

Source file, signature, and docstring

Member ExecutionBuilder.UpdateDataSource(string dataSourceName, DataSourceBuilder dataSourceBuilder)

Kind function

Declaring Type ExecutionBuilder

Source File QaaS.Runner/ExecutionBuilder.cs

Signature

public ExecutionBuilder UpdateDataSource(string dataSourceName, DataSourceBuilder dataSourceBuilder)

Docstring

Updates the configured data source stored on the current Runner execution builder instance.

RemoveDataSource

Source file, signature, and docstring

Member ExecutionBuilder.RemoveDataSource(string dataSourceName)

Kind function

Declaring Type ExecutionBuilder

Source File QaaS.Runner/ExecutionBuilder.cs

Signature

public ExecutionBuilder RemoveDataSource(string dataSourceName)

Docstring

Removes the configured data source from the current Runner execution builder instance.

RemoveDataSourceAt

Source file, signature, and docstring

Member ExecutionBuilder.RemoveDataSourceAt(int index)

Kind function

Declaring Type ExecutionBuilder

Source File QaaS.Runner/ExecutionBuilder.cs

Signature

public ExecutionBuilder RemoveDataSourceAt(int index)

Docstring

Removes the configured data source at the specified index from the current Runner execution builder instance.

Edge cases

  • This page is generated from the parent reference section; edit the source XML docs or generator when content needs to change.
  • If a linked source member is renamed, regenerate the reference docs before changing prose by hand.

See also