FoxEmbeddedSQL.ParseSqlAlter Method | |
Namespace:
XSharp.VFP
Assembly:
XSharp.VFP (in XSharp.VFP.dll) Version: 2.21
Syntax STATIC METHOD ParseSqlAlter(
sCommand AS STRING
) AS FoxAlterTableContext
public static FoxAlterTableContext ParseSqlAlter(
string sCommand
)
Request Example
View SourceParameters
- sCommand
- Type: String
Return Value
Type:
FoxAlterTableContextSee Also