ConnectionPropertiesExtensions 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 properties to resources.
public static class ConnectionPropertiesExtensions
type ConnectionPropertiesExtensions = class
Public Module ConnectionPropertiesExtensions
- Inheritance
-
ConnectionPropertiesExtensions
Methods
| CombineProperties(IResourceWithConnectionString, IEnumerable<KeyValuePair<String,ReferenceExpression>>) |
Combines two sets of connection properties, with properties from the additional set overriding those in the source set in case of key conflicts. |