User1716267170 posted
Hi obedrodriguez,
As far as I know, dbcommandwrapper is an abstract class in Enterprise Library Data Access Application Block. The DBCommandWrapper wraps the functionality of the ADO.NET SqlCommand object (or whatever provider-specific Command object is relevant to the
data provider).
For more information, you can refer this link:
http://msdn.microsoft.com/en-us/magazine/cc188705.aspx
Thanks.