Persist.NET Documentation Class Library

PersistentStatement.GetLikeCriteria Method 

Return an ICriteria used to compare if an Attribute Like a parameter the % character has to be used to match multiple characters the _ character has to be used to match a single character

[Visual Basic]
Public Function GetLikeCriteria( _
   ByVal attributeName As String _
) As LikeCriteria
[C#]
public LikeCriteria GetLikeCriteria(
   string attributeName
);

Parameters

attributeName
the Attribute name

Return Value

Missing <returns> documentation for M:Persist.Statements.PersistentStatement.GetLikeCriteria(System.String)

See Also

PersistentStatement Class | Persist.Statements Namespace