Click or drag to resize
XConnection. GetTableDefByDbName 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 Function GetTableDefByDbName ( 
	p_SqlTableName As String
) As XTableDef

Parameters

p_SqlTableName
Type: System.String
the SQL name of the table.

Return Value

Type: XTableDef
The table definition.
See Also