IHostConfigurationGetTableRowHyperlink(String, String, 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,
string condition,
bool includeDescription = false
)
Function GetTableRowHyperlink (
table As String,
condition As String,
Optional includeDescription As Boolean = false
) As String
- table String
- Table corresponding to the link.
- condition String
- Table record condition.
- includeDescription Boolean (Optional)
- Indicates whether the row description is included (format: [code] description).
StringString with the link corresponding to a record in a table.