Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
创建并初始化与此连接及其当前事务关联的 ULCommand 对象。
Public Shadows Function CreateCommand() As ULCommand
public new ULCommand CreateCommand()
新的 ULCommand 对象。
您可以使用 ULCommand 的属性来控制其行为。
必须先设置 ULCommand.CommandText,才能执行该命令。
这是 System.Data.IDbConnection.CreateCommand 和 System.Data.Common.DbConnection.CreateCommand() 的强类型版本。