FoxEmbeddedSQL.ParseSqlCreate 方法 | |
命名空间:
XSharp.VFP
程序集:
XSharp.VFP (在 XSharp.VFP.dll 中) 版本:2.22 GA
语法 STATIC METHOD ParseSqlCreate(
sCommand AS STRING,
lCursor AS LOGIC
) AS FoxCreateTableContext
public static FoxCreateTableContext ParseSqlCreate(
string sCommand,
bool lCursor
)
查看代码参数
- sCommand
- 类型:String
- lCursor
- 类型:Boolean
返回值
类型:
FoxCreateTableContext参见