AdoDotNetConnectionProperties.Parse(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.
Disassembles the components of a connection string into a set of connection properties as set in the current AdoDotNetConnectionProperties class instance. Raises the PropertyChanged event.
public:
virtual void Parse(System::String ^ connectionString);
public virtual void Parse (string connectionString);
abstract member Parse : string -> unit
override this.Parse : string -> unit
Public Overridable Sub Parse (connectionString As String)
Parameters
- connectionString
- String
The connection string in a format recognized by the current AdoDotNetConnectionProperties instance.