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