-
Notifications
You must be signed in to change notification settings - Fork 13
SQL capitalization options
Tako Lee edited this page Mar 2, 2024
·
7 revisions
TCaseOption = (coUppercase,coLowercase,coInitCap,coNoChange,coInitCapEachWord);
public enum TCaseOption {
CoUppercase, CoLowercase, CoNoChange, CoInitCap
}
- Type name: TFmtCase
- Available values:
- value: 0, text: uppper
- value: 1, text: lower
- value: 2, text: no_change
- value: 3, text: init_cap
- value: 4, text: init_cap_start_from_second_word