Click or drag to resize

DbSpecificCreatorBaseCreatePlainSQLParameterName 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.9.0.0 (5.9.0)
Syntax
public string CreatePlainSQLParameterName(
	int parameterNo
)

Parameters

parameterNo
Type: SystemInt32
The parameter no.

Return Value

Type: String

Implements

IDbSpecificCreatorCreatePlainSQLParameterName(Int32)
See Also