ConnectionStringBuilderExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides extension methods for adding connection string resources to an application.
public static class ConnectionStringBuilderExtensions
type ConnectionStringBuilderExtensions = class
Public Module ConnectionStringBuilderExtensions
- Inheritance
-
ConnectionStringBuilderExtensions
Methods
AddConnectionString(IDistributedApplicationBuilder, String, Action<ReferenceExpressionBuilder>) |
Adds a connection string resource to the distributed application with the specified expression. |
AddConnectionString(IDistributedApplicationBuilder, String, ReferenceExpression) |
Adds a connection string resource to the distributed application with the specified expression. |