DomainObjects Class Library

Field.Upper Method 

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

public Upper Upper();

See Also

Field Class | DomainObjects.Facade.Command.Expression Namespace