IRelationalConnection.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 void ReturnCommand(Microsoft.EntityFrameworkCore.Storage.IRelationalCommand command);
abstract member ReturnCommand : Microsoft.EntityFrameworkCore.Storage.IRelationalCommand -> unit
Public Sub ReturnCommand (command As IRelationalCommand)
Parameters
- command
- IRelationalCommand