Click or drag to resize
DbSpecificCreatorBaseCreateParameterName Method (String)
Creates a name usable for a Parameter, based on "p" and a unique marker, prefxied with the prefix specified

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
protected string CreateParameterName(
	string prefix
)

Parameters

prefix
Type: SystemString
The prefix to apply to the name.

Return Value

Type: String
ready to use parameter name, properly prefixed
See Also