DbOpenInfo Constructor (String, String, DWord, Logic, Logic) | |
Construct a DbOpenInfo object.
Namespace:
XSharp.RDD.Support
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax CONSTRUCTOR(
sFileName AS STRING,
sAlias AS STRING,
dwWorkarea AS DWORD,
lShared AS LOGIC,
lReadOnly AS LOGIC
)
public DbOpenInfo(
string sFileName,
string sAlias,
uint dwWorkarea,
bool lShared,
bool lReadOnly
)
Request Example
View SourceParameters
- sFileName
- Type: String
- sAlias
- Type: String
- dwWorkarea
- Type: DWord
- lShared
- Type: Logic
- lReadOnly
- Type: Logic
See Also