Share via


AdoDotNetConnectionProperties.Remove(String) Method

Definition

Removes a property from the current connection property collection.

public:
 override void Remove(System::String ^ propertyName);
public override void Remove (string propertyName);
override this.Remove : string -> unit
Public Overrides Sub Remove (propertyName As String)

Parameters

propertyName
String

Name of the property to be removed from the current set.

Exceptions

The propertyName parameter is null.

Applies to