AdoDotNetConnectionProperties.Add(String) Method
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.
Adds a new property to the current connection properties collection.
public:
override void Add(System::String ^ propertyName);
public override void Add (string propertyName);
override this.Add : string -> unit
Public Overrides Sub Add (propertyName As String)
Parameters
- propertyName
- String
Name of the property being added.
Exceptions
The propertyName
parameter is null.
The connection properties are not extensible.