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.5.0.0 (5.5.18.1019)
Syntaxpublic 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: 
LambdaExpression
See Also