DbcDatabase.FindTable Method | |
Find a table in the Database container.
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax METHOD FindTable(
cTable AS STRING
) AS DbcTable
public DbcTable FindTable(
string cTable
)
Request Example
View SourceParameters
- cTable
- Type: String
The table name to look for.
Return Value
Type:
DbcTableSee Also