AdoDataConnectionToDataProviderString Method
Generates a data provider string for the given connection type.
Namespace: Gemstone.DataAssembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.176 -- Release Build+f9cb1e8a5a5af2031de3a84a9e36d2e86d15576a
public static string ToDataProviderString(
Type connectionType
)
Public Shared Function ToDataProviderString (
connectionType As Type
) As String
public:
static String^ ToDataProviderString(
Type^ connectionType
)
Gemstone.Data.AdoDataConnection.ToDataProviderString = function(connectionType);
- connectionType Type
- The type used to establish a connection to the database.
StringThe data provider string for the given connection type.