DynamicExpressionParse Method  | 
  
    Namespace: 
   SD.LLBLGen.Pro.LptParser.DynamicLinq
    Assembly:
   SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic static Expression Parse(
	Type resultType,
	string expression,
	params Object[] values
)
Public Shared Function Parse ( 
	resultType As Type,
	expression As String,
	ParamArray values As Object()
) As Expression
Parameters
- resultType
 - Type: SystemType
 - expression
 - Type: SystemString
 - values
 - Type: SystemObject
 
Return Value
Type: 
Expression
See Also