Click or drag to resize
FunctionMappingStoreCreateKeyValue Method (String, String, Int32)
Creates the key value for the function specified.

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 static string CreateKeyValue(
	string functionName,
	string typeName,
	int parameterCount
)

Parameters

functionName
Type: SystemString
Name of the .NET function.
typeName
Type: SystemString
Name of the type which defines the .NET function. Example: System.String.
parameterCount
Type: SystemInt32
The parameter count of the .NET function.

Return Value

Type: String
the key to use.
See Also