Search code examples
enterprise-library

How to clear parameters from a Microsoft.Practices.EnterpriseLibrary.Data.Sql.SqlDatabase object?


I know you can add parameters , but how do you clear the parameters?


Solution

  • The ClearParameterCache method should do it.