IHostConfigurationGetTableRowHyperlink(String, Int64, Boolean) Method
Gets the link corresponding to a record in a table.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
string GetTableRowHyperlink(
string table,
long id,
bool includeDescription = false
)
Function GetTableRowHyperlink (
table As String,
id As Long,
Optional includeDescription As Boolean = false
) As String
- table String
- Table corresponding to the link.
- id Int64
- Table record identifier.
- includeDescription Boolean (Optional)
- Indicates whether the row description is included (format: [code] description).
StringString with the link corresponding to a record in a table.