Query Options
user = entityNew( "User" ).findByLastName( "Majano", { ignoreCase=true, timeout=20 } );
users = entityNew( "User" ).findAllByLastNameLike( "Ma%", { ignoreCase=false, max=20, offset=15 } );Last updated
Was this helpful?
user = entityNew( "User" ).findByLastName( "Majano", { ignoreCase=true, timeout=20 } );
users = entityNew( "User" ).findAllByLastNameLike( "Ma%", { ignoreCase=false, max=20, offset=15 } );Last updated
Was this helpful?
Was this helpful?