AdoDotNetConnectionProperties.Reset Method
Include Protected Members
Include Inherited Members
Resets a connection property to its initial value.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Reset() | Resets a connection property to its initial value and raises the PropertyChanged() event. | |
Reset(String) | Removes the given property from the connection string and raises the PropertyChanged() event. |
Top