| DbSpecificCreatorBaseCreateParameterName Method (String) | 
            Creates a name usable for a Parameter, based on "p" and a unique marker, prefxied with the prefix specified
            
 
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntaxprotected string CreateParameterName(
	string prefix
)
Protected Function CreateParameterName ( 
	prefix As String
) As String
Parameters
- prefix
 - Type: SystemString
The prefix to apply to the name. 
Return Value
Type: 
Stringready to use parameter name, properly prefixed
See Also