Click or drag to resize

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
Syntax
string GetTriggerNames(
	string delim = null
)

Parameters

delim (Optional)
Type: SystemString
Delimiter, up to 8 chars.

Return Value

Type: String
String containing the trigger names delimited by delim or CR/LF if not supplied.
See Also