Click or drag to resize

DbcDatabase.FindTable Method

X#
Find a table in the Database container.

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 METHOD FindTable(
	cTable AS STRING
) AS DbcTable
Request Example View Source

Parameters

cTable
Type: String
The table name to look for.

Return Value

Type: DbcTable
See Also