SQLSelect.FindTableName Method (Typed)
|
|
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.24 GA
Syntax STATIC METHOD FindTableName(
cStmt AS STRING
) AS STRING
public static string FindTableName(
string cStmt
)
Request Example
View SourceParameters
- cStmt
- Type: String
Return Value
Type:
String
See Also