|
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.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
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