Click or drag to resize

ExpressionCompilerCompileSys Method (LambdaExpression)

Unifies Compile for System.Linq.Expressions and FEC.LightExpression

Namespace:  SphinxConnector.FluentApi.Helpers
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.2.0
Syntax
public static Delegate CompileSys(
	this LambdaExpression lambdaExpr
)

Parameters

lambdaExpr
Type: System.Linq.ExpressionsLambdaExpression

[Missing <param name="lambdaExpr"/> documentation for "M:SphinxConnector.FluentApi.Helpers.ExpressionCompiler.CompileSys(System.Linq.Expressions.LambdaExpression)"]

Return Value

Type: Delegate

[Missing <returns> documentation for "M:SphinxConnector.FluentApi.Helpers.ExpressionCompiler.CompileSys(System.Linq.Expressions.LambdaExpression)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type LambdaExpression. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also