Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
UL Ext: 声明一个指定的事件。
Public Sub DeclareEvent(ByVal eventName As String)
public void DeclareEvent(string eventName)
eventName 事件名称。
ULException 类 发生 SQL 错误。
声明稍后可以进行注册和触发的事件。UltraLite 预定义一些由对数据库或环境的操作触发的系统事件。事件的名称必须是唯一的。名称不区分大小写。如果名称已被使用或无效则抛出错误。