FindExpressionTools Class

Provides a series of methods that can be used in Find method predicates to test specific conditions

Definition

Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public static class FindExpressionTools
Inheritance
Object    FindExpressionTools

Methods

Contains Checks to see if a given NetForumFieldAttribute bound property contains a given substring; case insensitive.
CurrentNetForumServerDateTime Represents the current date and time on the netFORUM database server at the time this query is executed.
EndsWith Checks to see if a given NetForumFieldAttribute bound property ends with a given substring; case insensitive.
ExistsInT Checks to see if a given NetForumFieldAttribute bound property's value matches any of a collection of possible values.
StartsWith Checks to see if a given NetForumFieldAttribute bound property starts with a given substring; case insensitive.

See Also