ConnectionConstants
Overview
The ConnectionConstants static auxiliary class allows to create default filenames or get constant extensions for connection files.
Location
- Reference: RemObjects.DataAbstract.Server.dll
- Namespace: RemObjects.DataAbstract.Server
Constants
DaConnectionsExt
Contains a constant value for the connection files extension. The value is ".daConnections"
.
const DaConnectionsExt: String = ".daConnections";
const String DaConnectionsExt = ".daConnections"
Dim DaConnectionsExt As String = ".daConnections"
Class Methods
GetDefaultFileName
Gets a default filename for the connection file. It is formed as combination of the executable assembly location as a filename and DaConnectionsExt as extension.
class method GetDefaultFileName: String
static String GetDefaultFileName()
Shared Function GetDefaultFileName() As String