EntityConnection.CreateDbCommand 方法
[本页针对的是实体框架版本 6。最新版本以“实体框架”NuGet 包的形式提供。有关实体框架的更多信息,请参见 msdn.com/data/ef。]
创建使用此连接对象的新命令对象
命名空间: System.Data.Entity.Core.EntityClient
程序集: EntityFramework(在 EntityFramework.dll 中)
语法
声明
Protected Overrides Function CreateDbCommand As DbCommand
用法
Dim returnValue As DbCommand
returnValue = Me.CreateDbCommand()
protected override DbCommand CreateDbCommand()
protected:
virtual DbCommand^ CreateDbCommand() override
abstract CreateDbCommand : unit -> DbCommand
override CreateDbCommand : unit -> DbCommand
protected override function CreateDbCommand() : DbCommand
返回值
类型:System.Data.Common.DbCommand
命令对象。