AdoDataConnectionDatabaseType Property

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

Definition

Namespace: Gemstone.Data
Assembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.128 -- Release Build+cb657b646daac3e9cc5384ff42ed4530df50eab1
public DatabaseType DatabaseType { get; set; }

Property Value

DatabaseType

Remarks

This value is automatically assigned based on the connection 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