Functions.AX_BLOB2File 方法 | |
Writes a BLOB contained in a memo field to a file.
命名空间:
XSharp.RDD
程序集:
XSharp.Rdd (在 XSharp.Rdd.dll 中) 版本:2.22 GA
语法 FUNCTION AX_BLOB2File(
cFileName AS STRING,
cFieldName AS STRING
) AS LOGIC
public static bool AX_BLOB2File(
string cFileName,
string cFieldName
)
查看代码参数
- cFileName
- 类型:String
File name to write to. - cFieldName
- 类型:String
Field name to read from.
返回值
类型:
BooleanReturns True (.T.) if the BLOB is written to a file, returns False (.F.) if not.
参见