Class ConnectionStringOptions
Provides configuration settings to connect to a data source.
Inheritance
System.Object
ConnectionStringOptions
Namespace: Steeltoe.Connectors
Assembly: Steeltoe.Connectors.dll
Syntax
public abstract class ConnectionStringOptions : object
Properties
| Edit this page View SourceConnectionString
Gets or sets the connection string for this data source.
Declaration
public string? ConnectionString { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.String> |