AtomsFramework Persistence Layer Reference Guide

LikeCriteria Class

[This is preliminary documentation and subject to change.]

Criteria to check if an attribute is LIKE a value.

For a list of all members of this type, see LikeCriteria Members.

System.Object
   AtomsFramework.SelectionCriteria
      AtomsFramework.LikeCriteria

[Visual Basic]
Public Class LikeCriteria
    Inherits SelectionCriteria
[C#]
public class LikeCriteria : SelectionCriteria

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Generates the SQL code required to compare an attribute to a value

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

LikeCriteria Members | AtomsFramework Namespace