| IDbSpecificCreatorCreatePlainSQLParameterName Method (String) | 
 
            Creates the name of a parameter based on the values specified, using the pattern: prefix + nameWithoutPrefix. For plain sql queries. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxstring CreatePlainSQLParameterName(
	string nameWithoutPrefix
)
Function CreatePlainSQLParameterName ( 
	nameWithoutPrefix As String
) As String
Parameters
- nameWithoutPrefix
 - Type: SystemString
The name without prefix. 
Return Value
Type: 
Stringready to use name for a parameter for this database
See Also