Click or drag to resize

ExtensionMethodsIsActive Method (Expression)

Create a version filter

Namespace:  SanteDB.Core.Model
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
public static Expression IsActive(
	this Expression me
)

Parameters

me
Type: System.Linq.ExpressionsExpression
Me.

Return Value

Type: Expression
Expression.

Usage Note

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