Public Overridable Function CanOpen( _ ByVal connectionPath As Uri _ ) As Boolean
public virtual bool CanOpen( Uri connectionPath )
Parameters
- connectionPath
- The connection path to the actual data source.
Return Value
true if the data source associated with connectionPath can be opened; otherwise, false. The default is false.