Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
protected void MakeParametersAnonymous(
	DbCommand command
)

Parameters

command
Type: System.Data.CommonDbCommand
The command.
See Also