FoxEmbeddedSQL.CreateTableCursor Method | |
Namespace:
XSharp.VFP
Assembly:
XSharp.VFP (in XSharp.VFP.dll) Version: 2.21
Syntax STATIC METHOD CreateTableCursor(
oTable AS FoxCreateTableContext
) AS LOGIC
public static bool CreateTableCursor(
FoxCreateTableContext oTable
)
Request Example
View SourceParameters
- oTable
- Type: FoxCreateTableContext
Return Value
Type:
LogicSee Also