DataSetTableName
Retrieves the logical table name of the requested detail code. This
facilitates the retrieval of the data from the ADO.Net
DataSet object.
Syntax
Public Function DataSetTableName(ByVal objSymbol As String, ByVal objKey As String,
ByVal dtlCode As String) As String
Arguments
| Argument | Description |
|---|---|
objSymbol
|
The data object type or the current object type if blank. |
objKey
|
The data object key or the current object key if blank. |
dtlCode
|
The system detail code that is used to
return the table name information. Examples:
“INGR” for Formula Ingredients;
“HEADER”; “VIEW.V\VIEWINFO1”
|
Return
The string name of the table in the
DataSet. Normally, the name of the table in the
DataSet is the same as the table name in the database.