BCRepositoryGetDBDriverVersionInfo Method |
Retrieves information about EDM server database driver.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public void GetDBDriverVersionInfo(
out string fileName,
out string version,
out string description
)
Public Sub GetDBDriverVersionInfo (
<OutAttribute> ByRef fileName As String,
<OutAttribute> ByRef version As String,
<OutAttribute> ByRef description As String
)
Parameters
- fileName
- Type: SystemString
The name of the driver file. - version
- Type: SystemString
The version of the driver. - description
- Type: SystemString
The description of the driver.
See Also