XConnectionGetTableDefByDbName Method |
Gets the table definition by Table SQL name.
Namespace:
Biolomics.BioCallback
Assembly:
Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public XTableDef GetTableDefByDbName(
string p_SqlTableName
)
Public Function GetTableDefByDbName (
p_SqlTableName As String
) As XTableDef
Parameters
- p_SqlTableName
- Type: SystemString
the SQL name of the table.
Return Value
Type:
XTableDefThe table definition.
See Also