Functions.SqlIsBinaryType 方法 | |
辅助函数,用于确定 ODBC 类型是否为二进制
命名空间:
VOSQLClasses
程序集:
VOSQLClasses (在 VOSQLClasses.dll 中) 版本:2.22 GA
语法 FUNCTION SqlIsBinaryType(
nODBCType AS LONG
) AS LOGIC
public static bool SqlIsBinaryType(
int nODBCType
)
查看代码参数
- nODBCType
- 类型:Int32
返回值
类型:
Boolean参见