Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
启动由此 ULCommand 对象说明的 SQL 语句的异步执行。
Public Function BeginExecuteNonQuery() As IAsyncResult
public IAsyncResult BeginExecuteNonQuery()
可只用于进行轮询、只用于等待结果或返回轮询和等待结果这两者的 System.IAsyncResult;调用 EndExecuteNonQuery(IAsyncResult) 方法(返回受影响的行数)时也需要此值。
ULException 类 执行命令文本期间出现的任何错误。