Table of Contents

Class SqlEffectCollectionOptions

Namespace
DCR.Workflow.Effect
Assembly
DCR.Workflow.dll

Options defining a collection of SQL-effect, possibly with a shared connection-string.

public class SqlEffectCollectionOptions
Inheritance
SqlEffectCollectionOptions
Inherited Members
Extension Methods

Remarks

Do not add this directory to an IServiceCollection; use DCR.Workflow.RuntimeBuilderExtensions.AddSqlEffects(IRuntimeBuilder, SqlEffectCollectionOptions) instead.

Properties

ConnectionString

public string ConnectionString { get; set; }

Property Value

string

Queries

public List<SqlEffectOptions> Queries { get; set; }

Property Value

List<SqlEffectOptions>