Proprietà DbDispatchers.Command
[This page is specific to the Entity Framework version 6.0 Beta. The latest version is available as the 'Entity Framework' NuGet package. For more information, see Entity Framework Releases and Versioning.]
Spazio dei nomi System.Data.Entity.Infrastructure.Interception
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
Public Overridable ReadOnly Property Command As DbCommandDispatcher
Get
'Utilizzo
Dim instance As DbDispatchers
Dim value As DbCommandDispatcher
value = instance.Command
public virtual DbCommandDispatcher Command { get; }
public:
virtual property DbCommandDispatcher^ Command {
DbCommandDispatcher^ get ();
}
abstract Command : DbCommandDispatcher
override Command : DbCommandDispatcher
function get Command () : DbCommandDispatcher
Valore proprietà
Tipo: System.Data.Entity.Infrastructure.Interception.DbCommandDispatcher
Vedere anche
Riferimento
Spazio dei nomi System.Data.Entity.Infrastructure.Interception