| BCRepositoryGetDBDriverVersionInfo Method |
Retrieves information about EDM server database driver.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic 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
)
public:
void GetDBDriverVersionInfo(
[OutAttribute] String^% fileName,
[OutAttribute] String^% version,
[OutAttribute] String^% description
)
member GetDBDriverVersionInfo :
fileName : string byref *
version : string byref *
description : string byref -> unit
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