Click or drag to resize
FunctionMappingStoreCreateKeyValue Method (String, Type, 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,
	Type definingType,
	int parameterCount
)

Parameters

functionName
Type: SystemString
Name of the .NET function.
definingType
Type: SystemType
the type which defines the .NET function
parameterCount
Type: SystemInt32
The parameter count of the .NET function.

Return Value

Type: String
The key to use
See Also