not Like
Creates a Specification that checks if the property does not match the given pattern.
Receiver
T – the type of the entity.
Return
A Specification that checks if the property does not match the pattern.
Parameters
pattern
– The pattern to match against.
Creates a Specification that checks if the property does not match the given pattern (nullable version).
Receiver
T – the type of the entity.
Return
A Specification that checks if the property does not match the pattern.
Parameters
pattern
– The pattern to match against.