FoxEmbeddedSQL.ParseSqlCreate Method | |
Namespace:
XSharp.VFP
Assembly:
XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax STATIC METHOD ParseSqlCreate(
sCommand AS STRING,
lCursor AS LOGIC
) AS FoxCreateTableContext
public static FoxCreateTableContext ParseSqlCreate(
string sCommand,
bool lCursor
)
Request Example
View SourceParameters
- sCommand
- Type: String
- lCursor
- Type: Logic
Return Value
Type:
FoxCreateTableContextSee Also