|
AdoDataConnectionDatabaseType Property
|
Namespace: GSF.DataAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
Syntax
Remarks
This value is automatically assigned based on the adapter type specified in the data provider string, however,
if the database type cannot be determined it will be set to
Other. In this
case, if you know the behavior of your custom ADO database connection matches that of another defined database
type, you can manually assign the database type to allow for database interaction interoperability.
See Also