DomainObjects Class Library |
|
Replace Constructor
Replaces all occurrences of
substringToFind in the value of
stringToSearch with
replacementString.
Translates to a
REPLACE(stringToSearch, substringToFind, replacementString)
SQL function.
public Replace(
Field stringToSearch,
String substringToFind,
String replacementString);
See Also
Replace Class | DomainObjects.Facade.Command.Function Namespace