|
AdoDataConnectionToDataProviderString Method
|
Generates a data provider string for the given connection type and adapter type.
Namespace: GSF.DataAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax public static string ToDataProviderString(
Type connectionType,
Type adapterType
)
Public Shared Function ToDataProviderString (
connectionType As Type,
adapterType As Type
) As String
public:
static String^ ToDataProviderString(
Type^ connectionType,
Type^ adapterType
)
static member ToDataProviderString :
connectionType : Type *
adapterType : Type -> string
GSF.Data.AdoDataConnection.ToDataProviderString = function(connectionType, adapterType);
View SourceParameters
- connectionType Type
- The type used to establish a connection to the database.
- adapterType Type
- The type used to load data from the database into a data table.
Return Value
StringSee Also