| DynamicQueryEngineBaseMakeParametersAnonymous Method (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
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxprotected void MakeParametersAnonymous(
	DbCommand command
)
Protected Sub MakeParametersAnonymous ( 
	command As DbCommand
)
Parameters
- command
 - Type: System.Data.CommonDbCommand
The command. 
See Also