DbCommandDefinition Class
Represents a prepared command definition, can be cached and reused to avoid repreparing a command.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | DbCommandDefinition() | Initializes a new instance of the DbCommandDefinition class. |
![]() | DbCommandDefinition(DbCommand, Func<DbCommand, DbCommand>) | Initializes a new instance of the DbCommandDefinition class using the supplied DbCommand . |
Name | Description | |
---|---|---|
![]() | CreateCommand() | Creates and returns a DbCommand object that can be executed. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.