RelationalConnection.ReturnCommand(IRelationalCommand) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a relational command to this connection, so that it can be reused in the future.
public virtual void ReturnCommand(Microsoft.EntityFrameworkCore.Storage.IRelationalCommand command);
abstract member ReturnCommand : Microsoft.EntityFrameworkCore.Storage.IRelationalCommand -> unit
override this.ReturnCommand : Microsoft.EntityFrameworkCore.Storage.IRelationalCommand -> unit
Public Overridable Sub ReturnCommand (command As IRelationalCommand)
Parameters
- command
- IRelationalCommand