Click or drag to resize

ExpressionCompilerIgnoresResult Method

[Missing <summary> documentation for "M:SphinxConnector.FluentApi.Helpers.ExpressionCompiler.IgnoresResult(SphinxConnector.FluentApi.Helpers.ExpressionCompiler.ParentFlags)"]

Namespace:  SphinxConnector.FluentApi.Helpers
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.2.0
Syntax
public static bool IgnoresResult(
	this ExpressionCompilerParentFlags parent
)

Parameters

parent
Type: SphinxConnector.FluentApi.HelpersExpressionCompilerParentFlags

[Missing <param name="parent"/> documentation for "M:SphinxConnector.FluentApi.Helpers.ExpressionCompiler.IgnoresResult(SphinxConnector.FluentApi.Helpers.ExpressionCompiler.ParentFlags)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:SphinxConnector.FluentApi.Helpers.ExpressionCompiler.IgnoresResult(SphinxConnector.FluentApi.Helpers.ExpressionCompiler.ParentFlags)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ExpressionCompilerParentFlags. 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