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.5.0.0 (5.5.18.1019)
Syntax
string CreatePlainSQLParameterName(
	int parameterNo
)

Parameters

parameterNo
Type: SystemInt32
The parameter no.

Return Value

Type: String
See Also