Click or drag to resize
IDbSpecificCreatorCreatePlainSQLParameterName Method (Int32)
Creates the name of a parameter based on the values specified, using the pattern: prefix + "p" + parameterNo. 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
string CreatePlainSQLParameterName(
	int parameterNo
)

Parameters

parameterNo
Type: SystemInt32
The parameter no.

Return Value

Type: String
See Also