ProviderConnectionWrapper.TryGetConnectionStringValue 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.
protected:
static bool TryGetConnectionStringValue(System::Data::Common::DbConnectionStringBuilder ^ builder, [Runtime::InteropServices::Out] System::Object ^ % value, ... cli::array <System::String ^> ^ synonyms);
protected static bool TryGetConnectionStringValue (System.Data.Common.DbConnectionStringBuilder builder, out object value, params string[] synonyms);
static member TryGetConnectionStringValue : System.Data.Common.DbConnectionStringBuilder * obj * string[] -> bool
Protected Shared Function TryGetConnectionStringValue (builder As DbConnectionStringBuilder, ByRef value As Object, ParamArray synonyms As String()) As Boolean
Parameters
- builder
- DbConnectionStringBuilder
- value
- Object
- synonyms
- String[]