public abstract void Open( Uri connectionPath )
Public MustOverride Sub Open( _ ByVal connectionPath As Uri _ )
Parameters
- connectionPath
- The connection path to the actual data source.
public abstract void Open( Uri connectionPath )
Public MustOverride Sub Open( _ ByVal connectionPath As Uri _ )
Exception | Description |
---|---|
System.Exception | Signals to the Framework that an exception derived from System.Exception has occurred. |
Open
method. If there are pertinent data that must be reflected across all instances of this concrete implementation, e.g., if the value of IsQueryLanguageSupported depends on a given data source associated with the connectionPath and if said value must be reflected across all instances in order for the framework to behave properly, then it is the responsibility of this concrete implementation to ensure the data are properly shared and/or updated. Target Platforms: Windows 11, Windows 10