IMemo.CreateMemFile Method | |
Create the memo file
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax FUNCTION CreateMemFile(
info AS DbOpenInfo
) AS LOGIC
bool CreateMemFile(
DbOpenInfo info
)
Request Example
View SourceParameters
- info
- Type: DbOpenInfo
object describing the file to create.
Return Value
Type:
LogicSee Also