Click or drag to resize

AdoDataConnectionDatabaseType Property

Gets or sets the type of the database underlying the AdoDataConnection.

Namespace: GSF.Data
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public DatabaseType DatabaseType { get; set; }
View Source

Property Value

DatabaseType
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