The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
EntityCommand::Connection Property
Entity Framework 6.0
Gets or sets the EntityConnection used by the EntityCommand .
Assembly: EntityFramework (in EntityFramework.dll)
public: property EntityConnection^ Connection { virtual EntityConnection^ get(); virtual void set(EntityConnection^ value); }
Property Value
Type: System.Data.Entity.Core.EntityClient::EntityConnection^The connection used by the entity command.
Show: