XConnectionGetTableDef Method |
Gets the table definition.
Namespace:
Biolomics.BioCallback
Assembly:
Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public XTableDef GetTableDef(
long p_TableKey
)
Public Function GetTableDef (
p_TableKey As Long
) As XTableDef
Parameters
- p_TableKey
- Type: SystemInt64
The table key.
Return Value
Type:
XTableDefThe table definition.
See Also