Functions.VoDbFilePut 方法 | |
Export field contents from Memo field to file
命名空间:
XSharp.RT
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 FUNCTION VoDbFilePut(
nPos AS DWORD,
cFile AS STRING
) AS LOGIC
public static bool VoDbFilePut(
uint nPos,
string cFile
)
查看代码参数
- nPos
- 类型:UInt32
The 1 based position of the field in the database file structure for the current work area. - cFile
- 类型:String
The name of the file to write
返回值
类型:
BooleanTRUE if successful; otherwise, FALSE.
备注 提示: |
---|
VoDbFilePut() and CoreDb.FilePut() are aliases |
参见