menu
mssql_orm package
documentation
orm.dart
MssqlTextOperators
notLike method
notLike method
dark_mode
light_mode
notLike
method
MssqlCondition
notLike
(
String
pattern
)
Implementation
MssqlCondition notLike(String pattern) => MssqlLike(this, pattern, negated: true, escaped: true);
mssql_orm package
documentation
orm
MssqlTextOperators
notLike method
MssqlTextOperators extension on
MssqlTextExpression