Closed ejball closed 3 years ago
If preparing a database command ever becomes useful, it would be simple to add a .Prepare() method to DbConnectorCommand that sets IsPrepared and calls .Prepare() on the actual command.
.Prepare()
DbConnectorCommand
IsPrepared
If preparing a database command ever becomes useful, it would be simple to add a
.Prepare()
method toDbConnectorCommand
that setsIsPrepared
and calls.Prepare()
on the actual command.