AdgConnection.GetDatabaseAttributes Method

Definition

Namespace: ASNA.DataGate.Client
Assembly: ASNA.QSys.DataGate.Client.dll

DatabaseAttributes GetDatabaseAttributes()

Gets the attributes of the database.

Remarks

This method retrieves the attributes of the database from the SourceProvider if the connection is open.The attributes include information about the database such as its name, version, and other metadata.If the connection is not open, it throws an ApplicationException.

DatabaseAttributes GetDatabaseAttributes()

Returns

Type Description
DatabaseAttributes The database attributes.

See Also

AdgConnection Class