 | ICommenceDatabaseGetTriggerNames Method (String) |
Gets the trigger names defined in the database.
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxstring GetTriggerNames(
string delim = null
)
Function GetTriggerNames (
Optional delim As String = Nothing
) As String
Parameters
- delim (Optional)
- Type: SystemString
Delimiter, up to 8 chars.
Return Value
Type:
StringString containing the trigger names delimited by delim or CR/LF if not supplied.
See Also