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