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