DynamicQueryEngineBaseMakeParametersAnonymous Method | 
| Name | Description | |
|---|---|---|
| MakeParametersAnonymous(DbCommand) | 
            Makes the parameters anonymous in the passed in query. An anonymous parameter is '?', not '@foo'. It walks all parameters and replaces the
            names of these parameters with "?" in the query text
              | |
| MakeParametersAnonymous(String, IList) | 
            Makes the parameters anonymous in the passed in query. An anonymous parameter is '?', not '@foo'. It walks all parameters and replaces the
            names of these parameters with "?" in the query text
              |