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.4.0.0 (5.4.0)
Syntax public static string CreateKeyValue(
string functionName,
Type definingType,
int parameterCount
)
Public Shared Function CreateKeyValue (
functionName As String,
definingType As Type,
parameterCount As Integer
) As String
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