| Overload | Description |
|---|---|
| CreateCommandDefinition(DbCommandTree) | Create a Command Definition object given a command tree. (Inherited from System.Data.Entity.Core.Common.DbProviderServices) |
| CreateCommandDefinition(DbProviderManifest,DbCommandTree) | Creates command definition from specified manifest and command tree. (Inherited from System.Data.Entity.Core.Common.DbProviderServices) |
| CreateCommandDefinition(DbCommand) | Create the default DbCommandDefinition object based on the prototype command This method is intended for provider writers to build a default command definition from a command. Note: This will clone the prototype (Inherited from System.Data.Entity.Core.Common.DbProviderServices) |