DomainObjects Class Library

Field.Lower Method 

Returns the lower case string of this field's values. Translates to a LOWER(field) SQL function.

public Lower Lower();

See Also

Field Class | DomainObjects.Facade.Command.Expression Namespace