Click or drag to resize
DbSpecificCreatorBaseCreatePlainSQLParameterName 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.3.0.0 (5.3.0)
Syntax
public string CreatePlainSQLParameterName(
	string nameWithoutPrefix
)

Parameters

nameWithoutPrefix
Type: SystemString
The name without prefix.

Return Value

Type: String
ready to use name for a parameter for this database

Implements

IDbSpecificCreatorCreatePlainSQLParameterName(String)
See Also