Click or drag to resize
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
)

Parameters

p_SqlTableName
Type: SystemString
the SQL name of the table.

Return Value

Type: XTableDef
The table definition.
See Also