Table of Contents

Class SqlServerExternalValueResolutionOptions

Namespace
ItTiger.TigerQuery.Core
Assembly
ItTiger.TigerQuery.Core.dll
Injectable external-source readers used when an effective connection is built.
public sealed class SqlServerExternalValueResolutionOptions
Inheritance
SqlServerExternalValueResolutionOptions
Inherited Members

Properties

EnvironmentReader

Gets the environment lookup, or null to use the process environment.
public Func<string, string?>? EnvironmentReader { get; init; }

Property Value

Func<string, string>

FileReader

Gets the UTF-8 text-file reader, or null to use ReadAllText(string).
public Func<string, string>? FileReader { get; init; }

Property Value

Func<string, string>