Click or drag to resize
FunctionMappingStore.CreateKeyValue 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.0.0.0 (5.0.0)
Syntax
public static string CreateKeyValue(
	string functionName,
	Type definingType,
	int parameterCount
)

Parameters

functionName
Type: System.String
Name of the .NET function.
definingType
Type: System.Type
the type which defines the .NET function
parameterCount
Type: System.Int32
The parameter count of the .NET function.

Return Value

Type: String
The key to use
See Also