DynamicExpressionParseLambda Method (Type, Type, String, Object) |
Namespace:
SD.LLBLGen.Pro.LptParser.DynamicLinq
Assembly:
SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax public static LambdaExpression ParseLambda(
Type itType,
Type resultType,
string expression,
params Object[] values
)
Public Shared Function ParseLambda (
itType As Type,
resultType As Type,
expression As String,
ParamArray values As Object()
) As LambdaExpression
Parameters
- itType
- Type: SystemType
- resultType
- Type: SystemType
- expression
- Type: SystemString
- values
- Type: SystemObject
Return Value
Type:
LambdaExpressionSee Also