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